Class WmfPolyPolygon

Class WmfPolyPolygon

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

The PolyPolygon Object defines a series of closed polygons.

public class WmfPolyPolygon : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfPolyPolygon

Inherited Members

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

Constructors

WmfPolyPolygon()

public WmfPolyPolygon()

Properties

APoints

Gets or sets a points.

public Point[][] APoints { get; set; }

Property Value

Point[][]

APointsPerPolygon

Gets or sets a points per polygon.

public int[] APointsPerPolygon { get; set; }

Property Value

int[]

NumberOfPolygons

Gets or sets the number of polygons. The number of polygons in the object.

public int NumberOfPolygons { get; set; }

Property Value

int