'Declaration
Public Overridable Sub AnalyzeYCurveToOperator( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double _ )
'Usage
Dim instance As PdfPageContentAnalysis Dim x1 As Double Dim y1 As Double Dim x2 As Double Dim y2 As Double instance.AnalyzeYCurveToOperator(x1, y1, x2, y2)
Parameters
- x1
- X coordinate of the first control point
- y1
- Y coordinate of the first control point
- x2
- X coordinate of the second control point
- y2
- Y coordinate of the second control point