HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.CurveToC
|
Top Previous Next |
|
Draws C cubic Bezier curve.
Delphi syntax: procedure CurveToC(X1, Y1, X2, Y2, X3, Y3: Single);
C++ syntax: void __fastcall CurveToC( float X1, float Y1, float X2, float Y2, float X3, float Y3 );
Description Call CurveToC to draw C cubic Bezier curve specifies the coordinates of three points explicitly, as shown in picture.
X1, Y1 X2, Y2 Current Point
Code Example
|