Class LengthRecord

LengthRecord class

Subpath Length Record Class.

public class LengthRecord : VectorPathRecord

Constructors

NameDescription
LengthRecord()Initializes a new instance of the LengthRecord class.
LengthRecord(byte[])Initializes a new instance of the LengthRecord class.

Properties

NameDescription
BezierKnotRecordsCount { get; set; }Gets or sets the bezier knot records count.
IsClosed { get; set; }Gets or sets a value indicating whether this instance is closed.
IsOpen { get; set; }Gets or sets a value indicating whether this instance is open.
PathOperations { get; set; }Gets or sets the path operations.
RecordCount { get; set; }Gets or sets the record count.
ShapeIndex { get; set; }Gets or sets the index of current path shape in layer.
override Type { get; }Gets the type.

See Also