Class WmfPolygon
Class WmfPolygon
Il nome: Aspose.Imaging.FileFormats.Wmf.Objects Assemblea: Aspose.Imaging.dll (25.4.0)
L’oggetto poligono
public class WmfPolygon : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfPolygon
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfPolygon()
public WmfPolygon()
Properties
I punti
Riceve o mette i punti. Un numeroOfPoints serie di 32-bit PointSOggetti (sezione 2.2.2.16), 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; }