Class LengthRecord

Class LengthRecord

Pôvodný názov: Aspose.Imaging.FileFormats.Core.VectorPaths Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Podvozok Dlhovina Rekordná trieda

[JsonObject(MemberSerialization.OptIn)]
public class LengthRecord : VectorPathRecord

Inheritance

object VectorPathRecord LengthRecord

Z dedičných členov

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

Constructors

LengthRecord(byte[])

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.

public LengthRecord(byte[] data)

Parameters

data byte []

Záznamové údaje .

Exceptions

ArgumentException

Nesprávne údaje pre vytvorenie LongthRecord

LengthRecord()

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.

[JsonConstructor]
public LengthRecord()

Properties

BezierKnotRecordsCount

Získajte alebo nastavíte bezierový záznam záznamov.

[JsonProperty]
public int BezierKnotRecordsCount { get; set; }

Hodnota nehnuteľnosti

int

IsClosed

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia zatvorená.

[JsonProperty]
public bool IsClosed { get; set; }

Hodnota nehnuteľnosti

bool

IsOpen

Získa alebo nastaví hodnotu, ktorá ukazuje, či je táto inštancia otvorená.

public bool IsOpen { get; set; }

Hodnota nehnuteľnosti

bool

PathOperations

Dostane alebo nastaví cestu operácií.

[JsonProperty]
public PathOperations PathOperations { get; set; }

Hodnota nehnuteľnosti

PathOperations

RecordCount

Získajte alebo nastavíte počet záznamov.

public ushort RecordCount { get; set; }

Hodnota nehnuteľnosti

ushort

ShapeIndex

Získať alebo nastaviť index aktuálnej cesty tvaru v vrstve.

[JsonProperty]
public ushort ShapeIndex { get; set; }

Hodnota nehnuteľnosti

ushort

Type

Dostane sa ten typ.

public override VectorPathType Type { get; }

Hodnota nehnuteľnosti

VectorPathType

 Slovenčina