BezierX property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax long BezierX (long iIndex);

Overview:  Refer to Creating and Using a Bitmap Region.

Remarks

(Read only) Gets an array of long values that represent the X coordinates for the control points of the Bezier curve.

The number of points in the array is contained in the BezierSize property.

This property is updated by the CurveToBezier method.

See Also

Elements:  BezierSize property, BezierY property, CurveToBezier method, CurveX property, CurveY property, CurveSize property, CurveTension property, CurveType property, SetRgnCurve method

Topics:  Raster Images: Creating and Using a Region