Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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 Bezier23 function in DynaPDF manual.

See also

Example Databases

This function checks for a license.

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


DynaPDF.Bezier13 - DynaPDF.CMYK