Class WmfPolyLine
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The poly line object.
public class WmfPolyLine : WmfObject
- Inheritance
-
WmfPolyLine
- Inherited Members
Constructors
WmfPolyLine()
public WmfPolyLine()
Properties
APoints
Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects, 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.