LineSubPath Constructor

Initializes a new instance of the LineSubPath class.

public LineSubPath(float x, float y)
Public Sub New (x As Single, y As Single)

Parameters

x
Single

X coordinate of the destination.

y
Single

Y coordinate of the destination.

Licensing Info

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

See Also

LineSubPath
ceTe.DynamicPDF.PageElements

In this topic