Glossary Item Box

LabDevTools Send comments on this topic.

FillPolygon Method

Fills the interior of a polygon defined by an array of points specified by PointF structures.

 

[Visual Basic]
Public Sub FillPolygon(ByVal Points()x As PointF, ByVal Color As Color)
  
[C#]
public void FillPolygon(PointF[] Points, Color Color);

    Parameters:

Points
Array of PointF structures that represent the vertices of the polygon to fill.
Color
   Color with which it comes filled up the polygon.

    Return value:

None. 

See also:

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

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.