Table of Contents

Class LengthRecord

Namespace
Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly
Aspose.Imaging.dll

Subpath Length Record Class

public class LengthRecord : VectorPathRecord
Inheritance
LengthRecord
Inherited Members

Constructors

LengthRecord()

Initializes a new instance of the LengthRecord class.

public LengthRecord()

LengthRecord(byte[])

Initializes a new instance of the LengthRecord class.

public LengthRecord(byte[] data)

Parameters

data byte[]

The record data.

Exceptions

ArgumentException

Incorrect data for LengthRecord creation

Properties

BezierKnotRecordsCount

Gets or sets the bezier knot records count.

public int BezierKnotRecordsCount { get; set; }

Property Value

int

IsClosed

Gets or sets a value indicating whether this instance is closed.

public bool IsClosed { get; set; }

Property Value

bool

true if this instance is closed; otherwise, false.

IsOpen

Gets or sets a value indicating whether this instance is open.

public bool IsOpen { get; set; }

Property Value

bool

true if this instance is open; otherwise, false.

PathOperations

Gets or sets the path operations.

public PathOperations PathOperations { get; set; }

Property Value

PathOperations

RecordCount

Gets or sets the record count.

public ushort RecordCount { get; set; }

Property Value

ushort

The record count.

ShapeIndex

Gets or sets the index of current path shape in layer.

public ushort ShapeIndex { get; set; }

Property Value

ushort

Type

Gets the type.

public override VectorPathType Type { get; }

Property Value

VectorPathType

The type.