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/PdfSurface.xml')
-rw-r--r--mcs/class/Mono.Cairo/Documentation/en/Cairo/PdfSurface.xml24
1 files changed, 12 insertions, 12 deletions
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 @@
</Base>
<Interfaces />
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>The PDF surface is used to render cairo graphics to Adobe PDF files.</summary>
+ <remarks />
<since version="cairo 1.2" />
</Docs>
<Members>
@@ -24,11 +24,11 @@
<Parameter Name="height" Type="System.Double" />
</Parameters>
<Docs>
- <param name="filename">To be added.</param>
- <param name="width">To be added.</param>
- <param name="height">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <param name="filename">Filename for the PDF output as <see cref="t:System.String" /></param>
+ <param name="width">width of the surface, in points as <see cref="t:System.Double" /> (1 point == 1/72.0 inch)</param>
+ <param name="height">height of the surface, in points <see cref="t:System.Double" /> (1 point == 1/72.0 inch)</param>
+ <summary>Creates a PDF surface of the specified size in points to be written to filename.</summary>
+ <remarks />
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -46,10 +46,10 @@
<Parameter Name="height" Type="System.Double" />
</Parameters>
<Docs>
- <param name="width">To be added.</param>
- <param name="height">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <param name="width">new surface width, in points (1 point == 1/72.0 inch)</param>
+ <param name="height">new surface height, in points (1 point == 1/72.0 inch)</param>
+ <summary>Changes the size of the PDF surface for the current (and subsequent) pages.</summary>
+ <remarks />
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
@@ -57,4 +57,4 @@
</AssemblyInfo>
</Member>
</Members>
-</Type>
+</Type> \ No newline at end of file