BezierY property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long BezierY(long iIndex)

Overview

Refer to Creating and Using a Bitmap Region.

Remarks

(Read only) Gets an array of long values that represent the Y 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, BezierX property, CurveToBezier method, CurveX property, CurveY property, CurveSize property, CurveTension property, CurveType property, SetRgnCurve method

Topics:

Raster Images: Creating and Using a Region