| PolygonPoints Property |
Gets or sets the points used to create the polygon.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Point[] Points { get; set; }
Public Property Points As Point()
Get
Set
Dim instance As Polygon
Dim value As Point()
value = instance.Points
instance.Points = value
public:
property array<Point>^ Points {
array<Point>^ get ();
void set (array<Point>^ value);
}
Property Value
Type:
PointSee Also