Draws a cubic Bezier spline.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub DrawBezier ( _ pen As Pen, _ pt1 As Point, _ pt2 As Point, _ pt3 As Point, _ pt4 As Point _ )
Type: Aurigma.GraphicsMill.Drawing.Pen
Pen object which is used to draw an spline.Type: System.Drawing.Point
Start spline point.Type: System.Drawing.Point
First control point.Type: System.Drawing.Point
Second control point.Type: System.Drawing.Point
End spline point.All the coordinates are measured in units specified with Unit property.