'Declaration
Public Sub VCurveTo( _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal x3 As Double, _ ByVal y3 As Double _ )
'Usage
Dim instance As PdfContentStream Dim x2 As Double Dim y2 As Double Dim x3 As Double Dim y3 As Double instance.VCurveTo(x2, y2, x3, y3)
Parameters
- x2
- X coordinate of second control point.
- y2
- Y coordinate of second control point.
- x3
- X coordinate of curve end point.
- y3
- Y coordinate of curve end point.