Class WmfPolyLine
Class WmfPolyLine
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The poly line object.
public class WmfPolyLine : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfPolyLine
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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[]
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; }