For internal use only. Draws a curve from the cursor to the specified position.
Namespace:
C1.Phone.PdfAssembly: 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 _ ) |
Parameters
- x1
- Type: System..::..Double
- y1
- Type: System..::..Single
- x2
- Type: System..::..Double
- y2
- Type: System..::..Double