'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 _ )
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.