From e89d2e166b0ba9254b62fc25252bd0ecddd5df2c Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 9 Dec 2005 23:52:27 +0000 Subject: [PATCH] CairoHelper docs svn path=/trunk/gtk-sharp/; revision=54180 --- doc/en/Gdk/CairoHelper.xml | 115 +++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 doc/en/Gdk/CairoHelper.xml diff --git a/doc/en/Gdk/CairoHelper.xml b/doc/en/Gdk/CairoHelper.xml new file mode 100644 index 000000000..ac816cff4 --- /dev/null +++ b/doc/en/Gdk/CairoHelper.xml @@ -0,0 +1,115 @@ + + + + gdk-sharp + 2.8.0.0 + + + System.Object + + + + + + Constructor + + + Do not use. + + + + + + Method + + System.Void + + + + + + + a cairo context. + a . + Adds a region to the current path of the context. + + + + + + Method + + System.Void + + + + + + + a cairo context. + a . + Adds a rectangle to the current path of the context. + + + + + + Method + + System.Void + + + + + + + + + a cairo context. + a pixbuf containing a pattern. + x location in context of upper left corner of pixbuf. + y location in context of upper left corner of pixbuf.. + Sets the source pattern for a Cairo context. + + + + + + Method + + Cairo.Graphics + + + + + + a Gdk drawable. + Creates a cairo context for a drawable. + the cairo context. + + + + + + Method + + System.Void + + + + + + + a cairo context. + a color. + Sets the source color for the Cairo context. + + + + + + Cairo backend API methods. + + + +