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

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

Syntax

C#
protected void CurveTo(
	double x1,
	float y1,
	double x2,
	double y2
)
Visual Basic
Protected Sub CurveTo ( _
	x1 As Double, _
	y1 As Single, _
	x2 As Double, _
	y2 As Double _
)

See Also