For internal use only. Draws a line from the cursor to the specified position.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected void LineTo(
	double x,
	double y
)
Visual Basic
Protected Sub LineTo ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
y
Type: System..::..Double

See Also