DrawBezier

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

DrawBezier

Previous pageReturn to chapter overviewNext page

Draws a Bezier spline defined by four ordered pairs of coordinates that represent points.

 

pPenColor - Pen color.

pPenWidth - Pen width.

x1 - The x-coordinate of the starting point of the curve.

y1 - The y-coordinate of the starting point of the curve.

x2 - The x-coordinate of the first control point of the curve.

y2 - The y-coordinate of the first control point of the curve.

x3 - The x-coordinate of the second control point of the curve.

y3 - The y-coordinate of the second control point of the curve.

x4 - The x-coordinate of the ending point of the curve.

y4 - The y-coordinate of the ending point of the curve.

 

DrawBezier                   PROCEDURE(LONG pPenColor, SREAL pPenWidth, SREAL x1, SREAL y1, SREAL x2, SREAL y2, SREAL x3, SREAL y3, SREAL x4, SREAL y4), BOOL, PROC