Class WmfPolyLine
Class WmfPolyLine
Il nome: Aspose.Imaging.FileFormats.Wmf.Objects Assemblea: Aspose.Imaging.dll (25.4.0)
L’oggetto della linea polare.
public class WmfPolyLine : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfPolyLine
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfPolyLine()
public WmfPolyLine()
Properties
I punti
Riceve o mette i punti. Un numeroOfPoints serie di 32-bit PointSGli oggetti in unità logiche.
public Point[] APoints { get; set; }
Valore di proprietà
Point [ ]
NumberOfPoint
Riceve o impone il numero di punti. Un 16 bit firmato integrale chedefinisce il numero di punti nell’array.
public short NumberOfPoint { get; set; }