WmfPolygon Class
Summary: The polygon object
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfPolygon
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfPolygon() | Initializes a new instance of the WmfPolygon class |
Properties
Name | Type | Access | Description |
---|---|---|---|
a_points | Point[] | r/w | Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units. |
number_of_point | short | r/w | Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array. |
Constructor: WmfPolygon()
WmfPolygon()
Initializes a new instance of the WmfPolygon class