RelCubBezTo Row (Geometry Section)
Contains the x - and y -coordinates of the endpoint of a cubic Bézier curve relative to the shape's width and height, the x - and y -coordinates of the control point of the beginning of the curve relative shape's width and height, and the x - and y -coordinates of the control point of the ending of the curve relative shape's width and height.
Note
A RelCubBezTo row can only be persisted in the .vsdx, .vsdm, .vstx, .vstm, .vssx, and .vssm file formats. When a file is saved to the Visio 2003-2010 formats, the RelCubBezTo row is converted to a NURBSTo row.
A RelCubBezTo row contains the following cells.
Cell | Description |
---|---|
X |
The x -coordinate of the ending vertex of a cubic Bézier curve relative to the width of the shape. |
Y |
The y -coordinate of the ending vertex of a cubic Bézier curve relative to the height of the shape. |
A |
The x -coordinate of the curve's beginning control point relative to the shape's width; a point on the arc. The control point is best located between the beginning and ending vertices of the arc. |
B |
The y -coordinate of a curve's beginning control point relative to the shape's height. |
C |
The x -coordinate of the curve's ending control point relative to the shape's width; a point on the arc. The control point is best located between the beginning control point and ending vertices of the arc. |
D |
The y -coordinate of a curve's ending control point relative to the shape's height. |