gnome-sharp 0.0.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Base class for canvas item shapes Provides a base class for canvas item shapes, including: , , , and . Gnome.CanvasItem GLib.IWrapper System.IDisposable Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of CanvasShape, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor To be added To be added: an object of type 'Gnome.CanvasShape' To be added Constructor To be added To be added: an object of type 'Gnome.CanvasGroup' To be added: an object of type 'uint' To be added: an object of type 'Gnome.CanvasShape' To be added Property System.UInt32 The GLib Type for Gnome.CanvasShape The GLib Type for the Gnome.CanvasShape class. Property Gnome.CanvasPathDef The used a a or if none is set for the shape. It does not request updates, as it is meant to be used from item implementations, from inside update queue. Property Gdk.Drawable Stipple pattern for fill. Stipple pattern Stipple pattern Property System.String X color specification for outline color, or pointer for no color (transparent). X color specification X color specification Property System.IntPtr Dashing pattern. To be added: an object of type 'IntPtr' To be added: an object of type 'IntPtr' To be added Property Gdk.CapStyle Cap (end point) style for the Bezier path. Cap style Cap style used by the Bezier path Property Gdk.JoinStyle Vertex join style for the Bezier path. Vertex join style Verty join style used by the Bezier path Property System.UInt32 Fill color with an alpha component (in the format 0xRRGGBBAA). the color to fill the fill color Property System.Double Minimum angle between segments, where miter join rule is applied. minium angle between segments Minimum angle between segments, where miter join rule is applied. Property Gdk.Color Allocated for fill. a the to fill Property System.Double Width of the outline in canvas units. The outline will be scaled when the canvas zoom factor is changed. width of the outline width of the outline Property System.UInt32 Outline color with an alpha component (in the format 0xRRGGBBAA). outline color outline color Property System.UInt32 Width of the outline in pixels. The outline will not be scaled when the canvas zoom factor is changed. Width of the outline width of the outline Property System.UInt32 Winding rule for the Bezier path winding rule winding rule used by the Bezier path Property Gdk.Drawable Stipple pattern for outline. a stipple pattern Stipple pattern used by the outline Property System.String X color specification for fill color, or pointer for no color (transparent). X color specification X color specification Property Gdk.Color Allocated for outline. a the color of the outline Constructor Internal constructor GLib type for the type Creates a new instance of CanvasShape, using the GLib-provided type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.