Class LengthRecord

Class LengthRecord

이름 공간 : Aspose.Imaging.FileFormats.Core.VectorPaths 모임: Aspose.Imaging.dll (25.4.0)

Subpath 길이 레코드 클래스

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

Inheritance

object VectorPathRecord LengthRecord

상속 회원들

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

Constructors

LengthRecord(바이트[])

Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord 클래스의 새로운 예를 시작합니다.

public LengthRecord(byte[] data)

Parameters

data byte [ ] [ [ ]

레코드 데이터 입니다.

Exceptions

ArgumentException

LongthRecord 창조에 대한 잘못된 데이터

LengthRecord()

Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord 클래스의 새로운 예를 시작합니다.

[JsonConstructor]
public LengthRecord()

Properties

BezierKnotRecordsCount

수신 또는 Bezier 노트 기록을 계산합니다.

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

부동산 가치

int

IsClosed

이 옵션이 닫혀 있는지 여부를 나타내는 값을 얻거나 설정합니다.

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

부동산 가치

bool

IsOpen

이 옵션이 열려 있는지 여부를 나타내는 값을 얻거나 설정합니다.

public bool IsOpen { get; set; }

부동산 가치

bool

PathOperations

수행 또는 경로 작업을 설정합니다.

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

부동산 가치

PathOperations

RecordCount

레코드 계산을 받거나 설정합니다.

public ushort RecordCount { get; set; }

부동산 가치

ushort

ShapeIndex

현재 경로 모양의 인덱스를 레이어로 얻거나 설정합니다.

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

부동산 가치

ushort

Type

그 유형을 얻는다.

public override VectorPathType Type { get; }

부동산 가치

VectorPathType

 한국어