CurveSubPath Constructor

Initializes a new instance of the CurveSubPath class.

public CurveSubPath(float x, float y, float sourceControlPointX, float sourceControlPointY, float destinationControlPointX, float destinationControlPointY)
Public Sub New (x As Single, y As Single, sourceControlPointX As Single, sourceControlPointY As Single, destinationControlPointX As Single, destinationControlPointY As Single)

Parameters

x
Single

X coordinate of the destination.

y
Single

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:

See Also

CurveSubPath
ceTe.DynamicPDF.PageElements

In this topic