Class WmfPolygon

Class WmfPolygon

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The polygon object

public class WmfPolygon : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfPolygon

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfPolygon()

public WmfPolygon()

Properties

APoints

Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units.

public Point[] APoints { get; set; }

Property Value

Point[]

NumberOfPoint

Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array.

public short NumberOfPoint { get; set; }

Property Value

short