gnome-sharp2.16.0.0Gtk# 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.CanvasItemConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.PropertyGnome.CanvasPathDefThe used
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.
PropertyGdk.DrawableStipple pattern for fill.Stipple patternGLib.Property("fill_stipple")PropertySystem.StringX color specification for outline color, or pointer for no color (transparent).X color specificationGLib.Property("outline_color")PropertyGdk.CapStyleCap (end point) style for the Bezier path.Cap style used by the Bezier pathGLib.Property("cap_style")PropertyGdk.JoinStyleVertex join style for the Bezier path.Verty join style used by the Bezier pathGLib.Property("join_style")PropertySystem.UInt32Fill color with an alpha component (in the format 0xRRGGBBAA).the fill colorGLib.Property("fill_color_rgba")PropertySystem.DoubleMinimum angle between segments, where miter join rule is applied.Minimum angle between segments, where miter join rule is applied.GLib.Property("miterlimit")PropertyGdk.ColorAllocated for fill.the to fillGLib.Property("fill_color_gdk")PropertySystem.DoubleWidth of the outline in canvas units. The outline will be scaled when the canvas zoom factor is changed.width of the outlineGLib.Property("width_units")PropertySystem.UInt32Outline color with an alpha component (in the format 0xRRGGBBAA).outline colorGLib.Property("outline_color_rgba")PropertySystem.UInt32Width of the outline in pixels. The outline will not be scaled when the canvas zoom factor is changed.width of the outlineGLib.Property("width_pixels")PropertySystem.UInt32Winding rule for the Bezier pathwinding rule used by the Bezier pathGLib.Property("wind")PropertyGdk.DrawableStipple pattern for outline.Stipple pattern used by the outlineGLib.Property("outline_stipple")PropertySystem.String
X color specification for fill color, or pointer for no color (transparent).
X color specificationGLib.Property("fill_color")PropertyGdk.ColorAllocated for outline.the color of the outlineGLib.Property("outline_color_gdk")PropertyArt.VpathDashTo be addeda To be addedGLib.Property("dash")PropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.ObsoleteConstructorTo be added
a
a To be addedConstructorTo be addedTo be added