RelCubBezTo class

RelCubBezTo class

Contains x- and y-coordinates for a RelCubBezTo’s points.

Inheritance: RelCubBezToCoordinate

The RelCubBezTo type exposes the following members:

Constructors

Constructor Description
RelCubBezTo() Creates an instance of RelCubBezTo class.

Properties

Property Description
ix The zero-based index of the element within its parent element.
x The x-coordinate of the endpoint in relative coordinates.
y The y-coordinate of the endpoint in relative coordinates.
a The x-coordinate of the control point at the beginning of the curve in relative coordinates.
b The y-coordinate of the control point at the beginning of the curve in relative coordinates.
c The x-coordinate of the control point at the end of the curve in relative coordinates.
d The y-coordinate of the control point at the end of the curve in relative coordinates.

Methods

Method Description
clone() Creates deep copy of this instance.

See Also