Class WmfPolyLine
Class WmfPolyLine
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.7.0)
The poly line object.
public class WmfPolyLine : WmfObject
{
public short PointCount { get; set; }
public PointF[] Points { get; set; }
}
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 PointSObjects, in logical units.
public Point[] APoints
{
get;
set;
}
Property Value
Point []
NumberOfPoint
Gets or sets the number of point. A 16-bit signed integer thatdefines the number of points in the array.
public short NumberOfPoints
{
get;
set;
}