From 43dba6d2a56752d84f412f0f0afdf6ac12da3e7e Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 4 Dec 2010 18:01:42 -0500 Subject: Add part3 of the Google GCI 2010 contributions --- .../Mono.Cairo/Documentation/en/Cairo/LineCap.xml | 4 +- .../Mono.Cairo/Documentation/en/Cairo/LineJoin.xml | 12 +++--- .../Documentation/en/Cairo/LinearGradient.xml | 8 ++-- .../Mono.Cairo/Documentation/en/Cairo/Matrix.xml | 44 +++++++++++----------- .../Documentation/en/Cairo/NativeMethods.xml | 6 +-- .../Mono.Cairo/Documentation/en/Cairo/Operator.xml | 34 ++++++++--------- .../Documentation/en/Cairo/PSSurface.xml | 38 +++++++++---------- .../Mono.Cairo/Documentation/en/Cairo/Path.xml | 16 ++++---- .../Documentation/en/Cairo/PdfSurface.xml | 24 ++++++------ .../Mono.Cairo/Documentation/en/Cairo/Point.xml | 6 +-- .../Mono.Cairo/Documentation/en/Cairo/PointD.xml | 6 +-- 11 files changed, 99 insertions(+), 99 deletions(-) (limited to 'mcs') diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineCap.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineCap.xml index 01945d8b616..a8b18eef7db 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineCap.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineCap.xml @@ -10,7 +10,7 @@ Defines the various line ending styles. - To be added. + @@ -57,4 +57,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineJoin.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineJoin.xml index b5aa4a582d0..601688f59ab 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineJoin.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LineJoin.xml @@ -9,8 +9,8 @@ System.Enum - To be added. - To be added. + Defines the various line join styles + @@ -20,7 +20,7 @@ Cairo.LineJoin - To be added. + beveled join 1.0.5000.0 @@ -34,7 +34,7 @@ Cairo.LineJoin - To be added. + miter join 1.0.5000.0 @@ -48,7 +48,7 @@ Cairo.LineJoin - To be added. + rounded join 1.0.5000.0 @@ -56,4 +56,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LinearGradient.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LinearGradient.xml index 3de7d1f6aac..ae080e5e4c4 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/LinearGradient.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/LinearGradient.xml @@ -67,10 +67,10 @@ pat.Destroy (); Cairo.PointD[] - To be added. - To be added. - To be added. + Gets the gradient endpoints for a linear gradient + A Array of with the Start- and Endpoint + - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Matrix.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Matrix.xml index 26a6487df42..4f38bfbf6fd 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Matrix.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Matrix.xml @@ -101,7 +101,7 @@ if (cs == Cairo.Status.Success) { x0 component of the affine transformation. y0 component of the affine transformation. Create a new matrix, initialized with the specified values. - To be added. + 1.0.5000.0 @@ -116,9 +116,9 @@ if (cs == Cairo.Status.Success) { - To be added. - To be added. - To be added. + Returns a clone of the matrix + The clone matrix as a + 1.0.5000.0 @@ -139,10 +139,10 @@ if (cs == Cairo.Status.Success) { - To be added. - To be added. - To be added. - To be added. + The matrix to test the equality with + Tests the equality of this matrix and another one + True if the two matrices are equal, otherwise false + @@ -157,9 +157,9 @@ if (cs == Cairo.Status.Success) { - To be added. - To be added. - To be added. + Returns a hash representing the matrix + A hash as an representing the matrix + @@ -187,7 +187,7 @@ if (cs == Cairo.Status.Success) { x_new = xx * x + xy * y + x0;y_new = yx * x + yy * y + y0; - To be added. + 1.0.5000.0 @@ -203,7 +203,7 @@ if (cs == Cairo.Status.Success) { Initializes the matrix to the identity. - To be added. + 1.0.5000.0 @@ -301,7 +301,7 @@ if (cs == Cairo.Status.Success) { Determine if a given matrix is the Identity. Returns true if this matrix is equivalent to the identity. - To be added. + 1.0.5000.0 @@ -320,7 +320,7 @@ if (cs == Cairo.Status.Success) { The affine transformation matrix to multiply by. Multiplies this Matrix by b. The effect is to apply b's transformation to this matrix, or in other words, to transform this matrix by b. - To be added. + 1.0.5000.0 @@ -342,7 +342,7 @@ if (cs == Cairo.Status.Success) { The matrix to multiply by. Multiplies the affine transformations in a and b together and returns the result in result. The result is an affine transformation which is equivalent to separately applying the transformations a and b in order. The result of multiplying a and b. - To be added. + 1.0.5000.0 @@ -364,7 +364,7 @@ if (cs == Cairo.Status.Success) { The second Matrix to compare. Determines whether two matrices have the same value. Returns true if all members are equal. - To be added. + 1.0.5000.0 @@ -386,7 +386,7 @@ if (cs == Cairo.Status.Success) { The second Matrix to compare. Determines whether two matrices do not share the same value. Returns true if any members are not equal. - To be added. + 1.0.5000.0 @@ -446,9 +446,9 @@ if (cs == Cairo.Status.Success) { - To be added. - To be added. - To be added. + Returns the matrix as a string + A string describing the matrix + @@ -611,4 +611,4 @@ if (cs == Cairo.Status.Success) { - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/NativeMethods.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/NativeMethods.xml index a8e515877f8..1b5c559777d 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/NativeMethods.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/NativeMethods.xml @@ -10,8 +10,8 @@ - To be added. - To be added. + Contains references to the native cairo methods + - + \ No newline at end of file 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 @@ System.Enum - To be added. - To be added. + Contains the Cairo Operators + @@ -20,7 +20,7 @@ Cairo.Operator - To be added. + Merges the overlapping colors to a new one 1.0.5000.0 @@ -34,7 +34,7 @@ Cairo.Operator - To be added. + 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. 1.0.5000.0 @@ -48,7 +48,7 @@ Cairo.Operator - To be added. + Where the second object is drawn, the first is completely removed. Anywhere else it is left intact. The second object itself is not drawn. 1.0.5000.0 @@ -62,7 +62,7 @@ Cairo.Operator - To be added. + Leaves the first object untouched, the second is discarded completely. 1.0.5000.0 @@ -76,7 +76,7 @@ Cairo.Operator - To be added. + Same as the ATOP operator, but as if the order of the drawing operations had been reversed. 1.0.5000.0 @@ -90,7 +90,7 @@ Cairo.Operator - To be added. + This works like the IN operator, but with the second object "below" the first. 1.0.5000.0 @@ -104,7 +104,7 @@ Cairo.Operator - To be added. + The second object is used to reduce the visibility of the first in the overlapping area. The second object is not drawn itself. 1.0.5000.0 @@ -118,7 +118,7 @@ Cairo.Operator - To be added. + 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. 1.0.5000.0 @@ -132,7 +132,7 @@ Cairo.Operator - To be added. + The first object is removed completely, the second is only drawn where the first was. 1.0.5000.0 @@ -146,7 +146,7 @@ Cairo.Operator - To be added. + The first object is removed completely, the second is only drawn where the first not was. 1.0.5000.0 @@ -160,7 +160,7 @@ Cairo.Operator - To be added. + The result is the same as if you held two semi-transparent slides on top of each other. 1.0.5000.0 @@ -174,7 +174,7 @@ Cairo.Operator - To be added. + Merges the overlapping colors to a new one 1.0.5000.0 @@ -188,7 +188,7 @@ Cairo.Operator - To be added. + The second object is drawn as if nothing else were below. The first object is only left intact outside the second. 1.0.5000.0 @@ -202,7 +202,7 @@ Cairo.Operator - To be added. + Merges the overlapping colors to a new one with XOR 1.0.5000.0 @@ -210,4 +210,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PSSurface.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PSSurface.xml index f000de70fd8..9b5b0417636 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PSSurface.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PSSurface.xml @@ -10,8 +10,8 @@ - To be added. - To be added. + The PostScript surface is used to render cairo graphics to Adobe PostScript files. + @@ -24,11 +24,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Filename for the PDF output as + width of the surface, in points as (1 point == 1/72.0 inch) + height of the surface, in points as (1 point == 1/72.0 inch) + Creates a PostScript surface of the specified size in points to be written to filename. + 1.0.5000.0 @@ -43,8 +43,8 @@ - To be added. - To be added. + Begins the setup of the page + Note that it is only necessary to call for the first page of any surface. 1.0.5000.0 @@ -59,8 +59,8 @@ - To be added. - To be added. + Begins the setup + 1.0.5000.0 @@ -77,9 +77,9 @@ - To be added. - To be added. - To be added. + The comment as a + Emits a comment into the PostScript output + 1.0.5000.0 @@ -97,10 +97,10 @@ - To be added. - To be added. - To be added. - To be added. + The new surface width in points as (1 point == 1/72.0 inch) + The new surface height in points as (1 point == 1/72.0 inch) + Changes the size of the PostScript surface for the current (and subsequent) pages. + 1.0.5000.0 @@ -108,4 +108,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Path.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Path.xml index 9fc97a4975c..9e30b73dd7d 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Path.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Path.xml @@ -14,8 +14,8 @@ - To be added. - To be added. + The Cairo Path Class + @@ -32,9 +32,9 @@ - To be added. - To be added. - To be added. + Defines if called from finalization thread + Immediately releases all memory associated with Path + @@ -49,8 +49,8 @@ - To be added. - To be added. + Finalizes the path + @@ -70,4 +70,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PdfSurface.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PdfSurface.xml index 8e3be344056..a367f724bad 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PdfSurface.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PdfSurface.xml @@ -10,8 +10,8 @@ - To be added. - To be added. + The PDF surface is used to render cairo graphics to Adobe PDF files. + @@ -24,11 +24,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Filename for the PDF output as + width of the surface, in points as (1 point == 1/72.0 inch) + height of the surface, in points (1 point == 1/72.0 inch) + Creates a PDF surface of the specified size in points to be written to filename. + 1.0.5000.0 @@ -46,10 +46,10 @@ - To be added. - To be added. - To be added. - To be added. + new surface width, in points (1 point == 1/72.0 inch) + new surface height, in points (1 point == 1/72.0 inch) + Changes the size of the PDF surface for the current (and subsequent) pages. + 1.0.5000.0 @@ -57,4 +57,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Point.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Point.xml index 76f4e2d4535..16eca1a9057 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/Point.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/Point.xml @@ -40,7 +40,7 @@ Access to the X coordinate. - To be added. + The X coordinate @@ -57,7 +57,7 @@ Access to the Y coordinate. - To be added. + The Y coordinate @@ -67,4 +67,4 @@ - + \ No newline at end of file diff --git a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PointD.xml b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PointD.xml index 8704861f210..ca73bc30615 100644 --- a/mcs/class/Mono.Cairo/Documentation/en/Cairo/PointD.xml +++ b/mcs/class/Mono.Cairo/Documentation/en/Cairo/PointD.xml @@ -46,7 +46,7 @@ gr.Rectangle ( new PointD (0, 0), 1, 1); Access to the X coordinate. - To be added. + The X coordinate @@ -63,7 +63,7 @@ gr.Rectangle ( new PointD (0, 0), 1, 1); Access to the Y coordinate. - To be added. + The Y coordinate @@ -73,4 +73,4 @@ gr.Rectangle ( new PointD (0, 0), 1, 1); - + \ No newline at end of file -- cgit v1.2.3