Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > DrawBezier Method : DrawBezier(PdfPen,Double,Double,Double,Double,Double,Double,Double,Double) Method |
'Declaration
Public Overloads Sub DrawBezier( _ ByVal pen As PdfPen, _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal x3 As Double, _ ByVal y3 As Double, _ ByVal x4 As Double, _ ByVal y4 As Double _ )
'Usage
Dim instance As PdfGraphics Dim pen As PdfPen Dim x1 As Double Dim y1 As Double Dim x2 As Double Dim y2 As Double Dim x3 As Double Dim y3 As Double Dim x4 As Double Dim y4 As Double instance.DrawBezier(pen, x1, y1, x2, y2, x3, y3, x4, y4)
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