FillPath(IPath,Color) Method
In This Topic
Fills a path using a specified color.
Syntax
'Declaration
Public Overloads Sub FillPath( _
ByVal As IPath, _
ByVal As System.Drawing.Color _
)
public void FillPath(
IPath ,
System.Drawing.Color
)
Parameters
- path
- An object implementing the IPath interface that represents the path to fill.
- color
- The color used to fill the path.
See Also