new RelCubBezTo()

Creates an instance of RelCubBezTo class.

Methods

deepClone() → Object

Creates deep copy of this instance.

Returns

Object 

getA()

The x-coordinate of the control point at the beginning of the curve in relative coordinates.

getB()

The y-coordinate of the control point at the beginning of the curve in relative coordinates.

getC()

The x-coordinate of the control point at the end of the curve in relative coordinates.

getD()

The y-coordinate of the control point at the end of the curve in relative coordinates.

getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getIX()

The zero-based index of the element within its parent element.

getX()

The x-coordinate of the endpoint in relative coordinates.

getY()

The y-coordinate of the endpoint in relative coordinates.

setA()

The x-coordinate of the control point at the beginning of the curve in relative coordinates.

setB()

The y-coordinate of the control point at the beginning of the curve in relative coordinates.

setC()

The x-coordinate of the control point at the end of the curve in relative coordinates.

setD()

The y-coordinate of the control point at the end of the curve in relative coordinates.

setDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

setIX()

The zero-based index of the element within its parent element.

setX()

The x-coordinate of the endpoint in relative coordinates.

setY()

The y-coordinate of the endpoint in relative coordinates.