Class EmfPlusPathPointTypeRle

Class EmfPlusPathPointTypeRle

Pôvodný názov: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Objekt EmfPlusPathPointTypeRle špecifikuje typové hodnoty spojené s bodmi na grafickej ceste pomocou kompresie RLE.0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1Pôvodný názov: PointType B (1 bit): Ak je nastavený, body cesty sú na Bezier kurve.Ak je jasné, body trasy sú na grafickej línii.RunCount (6 bitov): počítanie behu, čo je počet bodov cesty, ktoré majú byť spojené s typom v poli PointType.PointType (1 byte): Objekt EmfPlusPathPointtype (oddiel 2.2.2.31) ktorý špecifikuje typ, ktorý sa má pripojiť k bodom cesty.

public sealed class EmfPlusPathPointTypeRle : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointTypeRle

Z dedičných členov

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

Constructors

EmfPlusPathPointTypeRle()

public EmfPlusPathPointTypeRle()

Properties

Bezier

Získajte alebo nastavíte hodnotu, ktorá naznačuje, či je tento Aspose.Imaging.FileFormats.Emf.EmbPlus.Objects.EMfPlusPathPointTypeRle bezier.Ak je nastavený, body cesty sú na Bezier kurve.Ak je jasné, body trasy sú na grafickej línii.

public bool Bezier { get; set; }

Hodnota nehnuteľnosti

bool

Data

Získajte alebo nastavíte údaje.

public int Data { get; set; }

Hodnota nehnuteľnosti

int

PointType

Získať alebo nastaviť typ bodu.PointType (1 byte): Objekt EmfPlusPathPointtype(oddiel 2.2.2.31) ktorý špecifikuje typ, ktorý má byť spojený s bodmi cesty.

public EmfPlusPathPointType PointType { get; set; }

Hodnota nehnuteľnosti

EmfPlusPathPointType

RunCount

Získajte alebo nastavíte počítanie.RunCount (6 bitov): počítanie behu, čo je počet trasybody súvisiace s typom v poli PointType

public byte RunCount { get; set; }

Hodnota nehnuteľnosti

byte

 Slovenčina