FigureShape.AddCubic Method

Adds a cubic curve to the figure. The starting and ending points are x,y and x2, y2, respectively.

Syntax

FigureShape.AddCubic X, Y, X2, Y2, CX, CY, CX2, CY2


Parameters

X

Integer

Y

Integer

X2

Integer

Y2

Integer

CX

Integer

CY

Integer

CX2

Integer

CY2

Integer


This is a shortcut for adding a CurveShape. CX, CY, CX2, and CY2 are the control points, Control X(i) and ControlY(i) in CurveShape.