Interface VectorPathCommandLine

Represents a vector path command. Subtype of VectorPathCommand.

interface VectorPathCommandLine {
    @type: "vectorPathCommandLine";
    end_point: Point;
}

Properties

Properties

@type: "vectorPathCommandLine"
end_point: Point

The end point of the straight line.