CurveFromSubPath Constructor

Initializes a new instance of the CurveFromSubPath class.

public CurveFromSubPath(float x, float y, float sourceControlPointX, float sourceControlPointY)
Public Sub New (x As Single, y As Single, sourceControlPointX As Single, sourceControlPointY 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.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

CurveFromSubPath
ceTe.DynamicPDF.PageElements

In this topic