Glossary Item Box

LabDevTools Send comments on this topic.

FillPath Method

Fills the interior of a GraphicsPath object.

 

[Visual Basic]
Public Sub FillPath(ByVal Path As GraphicsPath, ByVal Color As Color)
  
[C#]
public void FillPath(GraphicsPath Path, Color Color);

 

    Parameters:

Path 
    GraphicsPath that represents the path to fill.
 
Color
    Color with which it comes filled up the GraphicsPath object.
 

    Return value:

None. 

See also:

Clear | DrawArc | DrawClosedSpline | DrawEllipse | DrawLines | DrawPath | DrawPoint | DrawPolygon | DrawRectangle | DrawSpline | FillClosedSpline | FillEllipse | FillPolygon | FillRectangle | SavePicture

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.