XFINIUM.PDF Documentation
PdfVCurveToOperator Constructor(Double,Double,Double,Double)



Xfinium.Pdf.Graphics.Operators Namespace > PdfVCurveToOperator Class > PdfVCurveToOperator Constructor : PdfVCurveToOperator Constructor(Double,Double,Double,Double)
The X coordinate of the second control point.
The Y coordinate of the second control point.
The X coordinate of the third control point.
The Y coordinate of the third control point.
Initializes a new PdfVCurveToOperator object.
Syntax
'Declaration
 
Public Function New( _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal x3 As Double, _
   ByVal y3 As Double _
)
'Usage
 
Dim x2 As Double
Dim y2 As Double
Dim x3 As Double
Dim y3 As Double
 
Dim instance As New PdfVCurveToOperator(x2, y2, x3, y3)
public PdfVCurveToOperator( 
   double x2,
   double y2,
   double x3,
   double y3
)
public:
PdfVCurveToOperator( 
   double x2,
   double y2,
   double x3,
   double y3
)

Parameters

x2
The X coordinate of the second control point.
y2
The Y coordinate of the second control point.
x3
The X coordinate of the third control point.
y3
The Y coordinate of the third control point.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVCurveToOperator Class
PdfVCurveToOperator Members
Overload List