In This Topic
Draw Bezier curve from this document.
Syntax
'Declaration
Public Sub DrawBeziers( _
ByVal As System.Drawing.Pen, _
ByVal () As System.Drawing.PointF _
)
public void DrawBeziers(
System.Drawing.Pen ,
System.Drawing.PointF[]
)
Parameters
- pen
- The drawing pen.
- points
- The array of the points for the curve.
See Also