RelCubBezTo

RelCubBezTo class

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

Constructors

NameDescription
RelCubBezToCreates an instance of RelCubBezTo class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of the endpoint in relative coordinates.
YDoubleValueThe y-coordinate of the endpoint in relative coordinates.
ADoubleValueThe x-coordinate of the control point at the beginning of the curve in relative coordinates.
BDoubleValueThe y-coordinate of the control point at the beginning of the curve in relative coordinates.
CDoubleValueThe x-coordinate of the control point at the end of the curve in relative coordinates.
DDoubleValueThe y-coordinate of the control point at the end of the curve in relative coordinates.

Methods

NameDescription
deepCloneCreates deep copy of this instance.

RelCubBezTo()

Creates an instance of RelCubBezTo class.

RelCubBezTo.IX property

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

Type: int

RelCubBezTo.Del property

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.

Type: int

RelCubBezTo.X property

The x-coordinate of the endpoint in relative coordinates.

Type: DoubleValue

RelCubBezTo.Y property

The y-coordinate of the endpoint in relative coordinates.

Type: DoubleValue

RelCubBezTo.A property

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

Type: DoubleValue

RelCubBezTo.B property

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

Type: DoubleValue

RelCubBezTo.C property

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

Type: DoubleValue

RelCubBezTo.D property

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

Type: DoubleValue

deepClone()

Creates deep copy of this instance.