'Declaration
Public Sub YCurveTo( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x3 As Double, _ ByVal y3 As Double _ )
'Usage
Dim instance As PdfContentStream Dim x1 As Double Dim y1 As Double Dim x3 As Double Dim y3 As Double instance.YCurveTo(x1, y1, x3, y3)
Parameters
- x1
- X coordinate of first control point.
- y1
- Y coordinate of first control point.
- x3
- X coordinate of curve end point.
- y3
- Y coordinate of curve end point.