gnome-sharp2.8.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Polygon canvas item
A canvas item for drawing polygon (multi sided) shapes.
Gnome.CanvasShapeConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates a new polygon
The that this item
belongs to.
PropertyGnome.CanvasPointsa pointer. This
can be created by a call to the constructor.
a pointer.GLib.Property(Name="points")MethodSystem.DoubleComputes the distance between a point and a polygon.
FIXME
Vertices of the polygon. X coordinates are in the even
indices, and Y coordinates are in the odd indices.
Number of points in the polygon.
X coordinate of the point.
Y coordinate of the point.
The distance from the point to the polygon, or zero if the point is inside the polygon.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.Obsolete(Message=null, IsError=False)ConstructorTo be addedTo be added