RelQuadBezTo
Source: aspose.
Contains x- and y-coordinates for a RelQuadBezTo's points.
new RelQuadBezTo()
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 in relative coordinates.
getB()
The y-coordinate of the control point 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 in relative coordinates.
setB()
The y-coordinate of the control point 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.