BezierY property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int BezierY [int iIndex];

Delphi Syntax

BezierY [iIndex: Integer]: Longint

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