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 knot 记录数。

[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

 中文