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