RelCubBezTo class

RelCubBezTo class

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

Inheritance: RelCubBezToCoordinate

The RelCubBezTo type exposes the following members:

Constructors

ConstructorDescription
RelCubBezTo()Creates an instance of RelCubBezTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the endpoint in relative coordinates.
yThe y-coordinate of the endpoint in relative coordinates.
aThe x-coordinate of the control point at the beginning of the curve in relative coordinates.
bThe y-coordinate of the control point at the beginning of the curve in relative coordinates.
cThe x-coordinate of the control point at the end of the curve in relative coordinates.
dThe y-coordinate of the control point at the end of the curve in relative coordinates.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also