XFINIUM.PDF Documentation
DrawBezier(PdfPen,PdfPoint,PdfPoint,PdfPoint,PdfPoint) Method



PdfPen object that determines the color, width, and style of the curve.
PdfPoint object that represents the starting point of the curve.
PdfPoint object that represents the first control point for the curve.
PdfPoint object that represents the second control point for the curve.
PdfPoint object that represents the ending point of the curve.
Draws a Bézier spline specified by four PdfPoint objects.
Syntax
'Declaration
 
Public Overloads Sub DrawBezier( _
   ByVal pen As PdfPen, _
   ByVal pt1 As PdfPoint, _
   ByVal pt2 As PdfPoint, _
   ByVal pt3 As PdfPoint, _
   ByVal pt4 As PdfPoint _
) 
'Usage
 
Dim instance As PdfGraphics
Dim pen As PdfPen
Dim pt1 As PdfPoint
Dim pt2 As PdfPoint
Dim pt3 As PdfPoint
Dim pt4 As PdfPoint
 
instance.DrawBezier(pen, pt1, pt2, pt3, pt4)
public void DrawBezier( 
   PdfPen pen,
   PdfPoint pt1,
   PdfPoint pt2,
   PdfPoint pt3,
   PdfPoint pt4
)
public:
void DrawBezier( 
   PdfPen^ pen,
   PdfPoint^ pt1,
   PdfPoint^ pt2,
   PdfPoint^ pt3,
   PdfPoint^ pt4
) 

Parameters

pen
PdfPen object that determines the color, width, and style of the curve.
pt1
PdfPoint object that represents the starting point of the curve.
pt2
PdfPoint object that represents the first control point for the curve.
pt3
PdfPoint object that represents the second control point for the curve.
pt4
PdfPoint object that represents the ending point of the curve.
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

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback