Table of Contents

Class WmfPolygon

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

The polygon object

public class WmfPolygon : WmfObject
Inheritance
WmfPolygon
Inherited Members

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[]

The points.

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

The number of point.