Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml')
-rw-r--r--mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml
index ac894b423c6..bdfa8cb0a31 100644
--- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml
+++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Operator.xml
@@ -9,8 +9,8 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>Contains the Cairo Operators</summary>
+ <remarks />
</Docs>
<Members>
<Member MemberName="Add">
@@ -20,7 +20,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Merges the overlapping colors to a new one</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -34,7 +34,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>This operator leaves the first object mostly intact, but mixes both objects in the overlapping area. The second object object is not drawn except there.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -48,7 +48,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Where the second object is drawn, the first is completely removed. Anywhere else it is left intact. The second object itself is not drawn.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -62,7 +62,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Leaves the first object untouched, the second is discarded completely.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -76,7 +76,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Same as the ATOP operator, but as if the order of the drawing operations had been reversed.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -90,7 +90,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>This works like the IN operator, but with the second object "below" the first.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -104,7 +104,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The second object is used to reduce the visibility of the first in the overlapping area. The second object is not drawn itself.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -118,7 +118,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The result is similar to the OVER operator. Except that the "order" of the objects is reversed, so the second is drawn below the first.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -132,7 +132,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The first object is removed completely, the second is only drawn where the first was.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -146,7 +146,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The first object is removed completely, the second is only drawn where the first not was.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -160,7 +160,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The result is the same as if you held two semi-transparent slides on top of each other.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -174,7 +174,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Merges the overlapping colors to a new one</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -188,7 +188,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The second object is drawn as if nothing else were below. The first object is only left intact outside the second.</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -202,7 +202,7 @@
<ReturnType>Cairo.Operator</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Merges the overlapping colors to a new one with XOR</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -210,4 +210,4 @@
</AssemblyInfo>
</Member>
</Members>
-</Type>
+</Type> \ No newline at end of file