Table of Contents

Class WmfPolyPolygon

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

The PolyPolygon Object defines a series of closed polygons.

public class WmfPolyPolygon : WmfObject
Inheritance
WmfPolyPolygon
Inherited Members

Constructors

WmfPolyPolygon()

public WmfPolyPolygon()

Properties

APoints

Gets or sets a points.

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

Property Value

Point[][]

a points.

APointsPerPolygon

Gets or sets a points per polygon.

public int[] APointsPerPolygon { get; set; }

Property Value

int[]

The number of points for each polygon in the object.

NumberOfPolygons

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

public int NumberOfPolygons { get; set; }

Property Value

int

The number of polygons.