In This Topic
Fills a path defined by points and types.
Syntax
'Declaration
Public Sub FillPath( _
ByVal As System.Drawing.Color, _
ByVal () As System.Drawing.PointF, _
ByVal () As System.Byte, _
ByVal As System.Boolean _
)
public void FillPath(
System.Drawing.Color ,
System.Drawing.PointF[] ,
System.byte[] ,
System.bool
)
Parameters
- clr
- The drawing color.
- points
- The path points to fill.
- types
- The path types to fill.
- winding
- The winding fill mode flag to draw, by default alternate fill mode.
See Also