Class WmfScanObject

Class WmfScanObject

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Wmf.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Obiekt skanowania określa zbiór linii skanu.

public class WmfScanObject : MetaObject

Inheritance

object MetaObject WmfScanObject

Dziedziczeni członkowie

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

Constructors

WmfScanObject()

public WmfScanObject()

Properties

Bottom

Zatrzymaj lub umieścić dolną część.

public int Bottom { get; set; }

Wartość nieruchomości

int

Count

Zostaw lub ustaw liczbę.

public int Count { get; set; }

Wartość nieruchomości

int

Count2

Zostaw lub ustaw liczbę 2.

public int Count2 { get; set; }

Wartość nieruchomości

int

ScanLines

Zostaw lub ustaw linie skanowania.

public Point[] ScanLines { get; set; }

Wartość nieruchomości

Point [ ]

Top

Zostaw lub ustaw górę.

public int Top { get; set; }

Wartość nieruchomości

int

 Polski