Class WmfPolyLine

Class WmfPolyLine

Nama dari : Aspose.Imaging.FileFormats.Wmf.Objects Pengumpulan: Aspose.Imaging.dll (25.4.0)

objek dari poly line.

public class WmfPolyLine : WmfObject

Inheritance

object MetaObject WmfObject WmfPolyLine

anggota yang diwarisi

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

WmfPolyLine()

public WmfPolyLine()

Properties

Tuntutan

Dapatkan atau menetapkan poin. A NumberOfPoints array 32-bit PointSObjek dalam unit logis.

public Point[] APoints { get; set; }

Nilai Properti

Point [ ]

NumberOfPoint

Dapatkan atau menetapkan nomor poin. 16 bit ditandatangani seluruh yangMenentukan jumlah poin dalam array.

public short NumberOfPoint { get; set; }

Nilai Properti

short

 Indonesia