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