2.4.2.9 RelCubBezTo

The RelCubBezTo structure is a Row_Type element that specifies a cubic Bezier in a geometric path. Coordinates are specified as relative coordinates. A cubic Bezier is specified by its endpoint and two control points, one at the beginning of the curve and the other at the end of the curve.

The Cell_Type child elements of this structure MUST be a value from the following table.

Cell_Type element

Meaning

X

Specifies the x-coordinate of the endpoint in relative coordinates.

Y

Specifies the y-coordinate of the endpoint in relative coordinates.

A

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

B

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

C

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

D

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