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