HotPDF Delphi PDF Component Developer Guide | ![]() |
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
|
Copyright©2007-2025 losLab.com |