Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

DynaPDF.Bezier23

The third supported Bézier curve type paints also a curve with one control point.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.Bezier23"; PDF; x2; y2; x3; y3 )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
x2 X-Coordinate of the second control point P2 $x2
y2 Y-Coordinate of the second control point P2 $y2
x3 X-Coordinate of the end point P3 $x3
y3 Y-Coordinate of the end point P3 $y3

Result

Returns OK or error.

Description

The third supported Bézier curve type paints also a curve with one control point.
In this version the first control coincides with initial point P0 of the curve. The start point P0 must be set with DynaPDF.MoveTo or any other painting operator before.

See also

Example Databases

Created 18th August 2014, last changed 18th August 2014


DynaPDF.Bezier13 - DynaPDF.CMYK

Feedback: Report problem or ask question.