FigureShape.AddQuad Method

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

Syntax

FigureShape.AddQuad X, Y, X2, Y2, CX, CY


Parameters

X

Integer

Y

Integer

X2

Integer

Y2

Integer

CX

Integer

CY

Integer


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