XFINIUM.PDF Documentation
AddBezierTo Method



x position of 1st point.
y position of 1st point.
x position of 2nd point.
y position of 2nd point.
x position of 3rd point.
y position of 3rd point.
Adds a cubic Berzier curve to current subpath.
Syntax
public void AddBezierTo( 
   double x1,
   double y1,
   double x2,
   double y2,
   double x3,
   double y3
)
public:
void AddBezierTo( 
   double x1,
   double y1,
   double x2,
   double y2,
   double x3,
   double y3
) 
'Declaration
 
Public Sub AddBezierTo( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal x3 As Double, _
   ByVal y3 As Double _
) 
 
'Usage
 
Dim instance As PdfPath
Dim x1 As Double
Dim y1 As Double
Dim x2 As Double
Dim y2 As Double
Dim x3 As Double
Dim y3 As Double
 
instance.AddBezierTo(x1, y1, x2, y2, x3, y3)

Parameters

x1
x position of 1st point.
y1
y position of 1st point.
x2
x position of 2nd point.
y2
y position of 2nd point.
x3
x position of 3rd point.
y3
y position of 3rd point.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfPath Class
PdfPath Members

Send Feedback