Class LengthRecord
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Core.VectorPaths Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Podłoga długości klasy rekordowej
[JsonObject(MemberSerialization.OptIn)]
public class LengthRecord : VectorPathRecord
Inheritance
object ← VectorPathRecord ← LengthRecord
Dziedziczeni członkowie
VectorPathRecord.Type , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LengthRecord(byte[])
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.
public LengthRecord(byte[] data)
Parameters
data
byte
[ ]
Dane z rekordów.
Exceptions
Nieprawidłowe dane do tworzenia LongthRecord
LengthRecord()
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.
[JsonConstructor]
public LengthRecord()
Properties
BezierKnotRecordsCount
Otrzymuje lub ustawia bezier knot rekordy liczyć.
[JsonProperty]
public int BezierKnotRecordsCount { get; set; }
Wartość nieruchomości
IsClosed
Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest zamknięta.
[JsonProperty]
public bool IsClosed { get; set; }
Wartość nieruchomości
IsOpen
Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest otwarta.
public bool IsOpen { get; set; }
Wartość nieruchomości
PathOperations
Dostaje lub ustawia operacje ścieżki.
[JsonProperty]
public PathOperations PathOperations { get; set; }
Wartość nieruchomości
RecordCount
Otrzymuje lub ustawia rekord.
public ushort RecordCount { get; set; }
Wartość nieruchomości
ShapeIndex
Otrzymuje lub ustawia indeks bieżącego kształtu ścieżki w warstwie.
[JsonProperty]
public ushort ShapeIndex { get; set; }
Wartość nieruchomości
Type
Otrzymuje ten typ.
public override VectorPathType Type { get; }