RelQuadBezTo class

RelQuadBezTo class

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

Inheritance: RelQuadBezToCoordinate

The RelQuadBezTo type exposes the following members:

Constructors

ConstructorDescription
RelQuadBezTo()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 in relative coordinates.
bThe y-coordinate of the control point in relative coordinates.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also