2003-02-12 02:14:42 +00:00
<Type Name= "CanvasPixbuf" FullName= "Gnome.CanvasPixbuf" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class CanvasPixbuf : Gnome.CanvasItem" />
2003-02-12 02:14:42 +00:00
<AssemblyInfo >
<AssemblyName > gnome-sharp</AssemblyName>
2003-11-18 21:14:40 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2008-03-01 01:46:57 +00:00
<AssemblyVersion > 2.20.0.0</AssemblyVersion>
2003-02-12 02:14:42 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > Pixbuf image canvas item</summary>
<remarks >
<para >
A canvas item for drawing pixbuf images.
</para>
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
<Base >
<BaseTypeName > Gnome.CanvasItem</BaseTypeName>
</Base>
<Interfaces >
</Interfaces>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public CanvasPixbuf (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-07-30 06:34:41 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public CanvasPixbuf (Gnome.CanvasGroup group);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-07-30 06:34:41 +00:00
<Parameter Name= "group" Type= "Gnome.CanvasGroup" />
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-11-18 21:14:40 +00:00
<summary > Creates a new CanvasPixbuf from <paramref name= "group" /> .</summary>
<param name= "group" > an object of type <see cref= "T:Gnome.CanvasGroup" /> </param>
2003-12-24 01:35:30 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
</Member>
<Member MemberName= "Height" >
<MemberSignature Language= "C#" Value= "public double Height { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Double</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > Pixbuf height.</summary>
2005-05-23 20:41:51 +00:00
<value > The height of this item</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("height")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "Pixbuf" >
<MemberSignature Language= "C#" Value= "public Gdk.Pixbuf Pixbuf { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gdk.Pixbuf</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > The pixbuf image to draw.</summary>
2005-05-23 20:41:51 +00:00
<value > The pixbuf image</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("pixbuf")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "WidthInPixels" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool WidthInPixels { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
2005-05-23 20:41:51 +00:00
<value > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("width_in_pixels")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "Anchor" >
<MemberSignature Language= "C#" Value= "public Gtk.AnchorType Anchor { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.AnchorType</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary >
Anchor (handle) position within the pixbuf, defaults to
<see cref= "F:Gtk.AnchorType.NW" /> (top left hand corner). The anchor is the
point of reference for positioning the image.
</summary>
2005-05-23 20:41:51 +00:00
<value > Anchor (handle) position within the pixbuf</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("anchor")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "Width" >
<MemberSignature Language= "C#" Value= "public double Width { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Double</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > Pixbuf width.</summary>
2005-05-23 20:41:51 +00:00
<value > The width of the pixbuf</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("width")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "WidthSet" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool WidthSet { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary >
Whether or not the <see cref= "Gnome.CanvasPixbuf.Width" />
should be used
</summary>
2005-05-23 20:41:51 +00:00
<value >
2003-07-30 06:34:41 +00:00
Whether or not the <see cref= "Gnome.CanvasPixbuf.Width" />
should be used
2005-05-23 20:41:51 +00:00
</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("width_set")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "Y" >
<MemberSignature Language= "C#" Value= "public double Y { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Double</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-11-18 21:14:40 +00:00
<summary > The Y coordinate of the position to place the pixbuf</summary>
2005-05-23 20:41:51 +00:00
<value > The Y coordinate of the position to place the pixbuf</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("y")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "X" >
<MemberSignature Language= "C#" Value= "public double X { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Double</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-11-18 21:14:40 +00:00
<summary > The X coordinate of the position to place the pixbuf</summary>
2005-05-23 20:41:51 +00:00
<value > the X coordinate of the position to place the pixbuf</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("x")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "HeightInPixels" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool HeightInPixels { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary >
2003-11-18 21:14:40 +00:00
The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property.
2003-07-30 06:34:41 +00:00
</summary>
2005-05-23 20:41:51 +00:00
<value >
2003-11-18 21:14:40 +00:00
The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property.
2005-05-23 20:41:51 +00:00
</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("height_in_pixels")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "HeightSet" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool HeightSet { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary >
Whether or not the <see cref= "Gnome.CanvasPixbuf.Height" />
should be used
</summary>
2005-05-23 20:41:51 +00:00
<value >
2003-07-30 06:34:41 +00:00
Whether or not the <see cref= "Gnome.CanvasPixbuf.Height" />
should be used
2005-05-23 20:41:51 +00:00
</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("height_set")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "XInPixels" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool XInPixels { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
2005-05-23 20:41:51 +00:00
<value > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("x_in_pixels")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:14:42 +00:00
<Member MemberName= "YInPixels" >
2005-01-07 20:55:53 +00:00
<MemberSignature Language= "C#" Value= "public bool YInPixels { set; get; };" />
2003-02-12 02:14:42 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-11-18 21:14:40 +00:00
<Parameters >
</Parameters>
2003-02-12 02:14:42 +00:00
<Docs >
2003-07-30 06:34:41 +00:00
<summary > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</summary>
2005-05-23 20:41:51 +00:00
<value > The unit used by the <see cref= "P:Gnome.CanvasPixbuf.Pixels" /> property</value>
2003-11-18 21:14:40 +00:00
<remarks >
</remarks>
2003-02-12 02:14:42 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > GLib.Property("y_in_pixels")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Gnome.CanvasPixbuf" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
2003-12-24 01:35:30 +00:00
<MemberSignature Language= "C#" Value= "protected CanvasPixbuf (GLib.GType gtype);" />
2003-03-07 01:30:00 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-12-24 01:35:30 +00:00
<Parameter Name= "gtype" Type= "GLib.GType" />
2003-07-30 06:34:41 +00:00
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
2004-06-21 20:33:11 +00:00
<summary > Protected Constructor.</summary>
2003-12-24 01:35:30 +00:00
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
2004-06-21 20:33:11 +00:00
<remarks > Chain to this constructor if you have manually registered a native <see cref= "T:GLib.GType" /> value for your subclass.</remarks>
2003-03-07 01:30:00 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-17 16:19:38 +00:00
<AttributeName > System.Obsolete</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2004-06-01 18:05:26 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "protected CanvasPixbuf ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
<summary > To be added</summary>
2005-01-07 20:55:53 +00:00
<remarks > To be added</remarks>
2004-06-01 18:05:26 +00:00
</Docs>
</Member>
2003-02-12 02:14:42 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>