RelQuadBezTo class

RelQuadBezTo class

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

Inheritance: RelQuadBezToCoordinate

The RelQuadBezTo type exposes the following members:

Constructors

Constructor Description
RelQuadBezTo() 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 in relative coordinates.
b The y-coordinate of the control point in relative coordinates.

Methods

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

See Also