Class LengthRecord

Class LengthRecord

Tên không gian: Aspose.Imaging.FileFormats.Core.VectorPaths Tổng hợp: Aspose.Imaging.dll (25.4.0)

Subpath dài kỷ lục lớp

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

Inheritance

object VectorPathRecord LengthRecord

Thành viên thừa kế

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

Constructors

LengthRecord(byte[])

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.

public LengthRecord(byte[] data)

Parameters

data byte [ ]

Dữ liệu kỷ lục

Exceptions

ArgumentException

Dữ liệu không chính xác cho LengthRecord Creation

LengthRecord()

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord.

[JsonConstructor]
public LengthRecord()

Properties

BezierKnotRecordsCount

Nhận hoặc đặt số hồ sơ knot bezier.

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

Giá trị bất động sản

int

IsClosed

Nhận hoặc đặt một giá trị cho thấy liệu trường hợp này đã bị đóng.

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

Giá trị bất động sản

bool

IsOpen

Nhận hoặc đặt một giá trị cho thấy liệu trường hợp này có mở hay không.

public bool IsOpen { get; set; }

Giá trị bất động sản

bool

PathOperations

Nhận hoặc thiết lập các hoạt động đường bộ.

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

Giá trị bất động sản

PathOperations

RecordCount

Nhận hoặc đặt số hồ sơ.

public ushort RecordCount { get; set; }

Giá trị bất động sản

ushort

ShapeIndex

Nhận hoặc đặt chỉ số hình dạng con đường hiện tại trong lớp.

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

Giá trị bất động sản

ushort

Type

nhận được loại

public override VectorPathType Type { get; }

Giá trị bất động sản

VectorPathType

 Tiếng Việt