[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.LineTo.-ctor

LineTo Constructor

LineTo(float, float)

Initializes a new instance of the LineTo class.

Declaration
public LineTo(float x, float y)
Public Sub New(x As Single, y As Single)
Parameters
Type Name Description
float x

The value of X.

float y

The value of Y.