CurveSubPath Constructor
Initializes a new instance of the CurveSubPath class.
public CurveSubPath(float x, float y, float sourceControlPointX, float sourceControlPointY, float destinationControlPointX, float destinationControlPointY)
Parameters
X coordinate of the destination.
Y coordinate of the destination.
- sourceControlPointX
- Single
X coordinate of the sources control point.
- sourceControlPointY
- Single
Y coordinate of the sources control point.
- destinationControlPointX
- Single
X coordinate of the destinations control point.
- destinationControlPointY
- Single
Y coordinate of the destinations control point.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
CurveSubPathceTe.DynamicPDF.PageElements