CurveToSubPath Constructor

Initializes a new instance of the CurveSubPath class.

public CurveToSubPath(float x, float y, float destinationControlPointX, float destinationControlPointY)
Public Sub New (x As Single, y As Single, destinationControlPointX As Single, destinationControlPointY As Single)

Parameters

x
Single

X coordinate of the destination.

y
Single

Y coordinate of the destination.

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

CurveToSubPath
ceTe.DynamicPDF.PageElements

In this topic