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



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

Parameters

x1
The X coordinate of the first control point.
y1
The Y coordinate of the first 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

PdfYCurveToOperator Class
PdfYCurveToOperator Members
Overload List