Glossary Item Box

LabDevTools Send comments on this topic.

DrawPolygon Method

Draws a polygon defined by an array of PointF structures.

 

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

   

     Parameters:

Points
Array of PointF structures that represent the vertices of the polygon.
Color
   Color with which it comes drawn the polygon.

    Return value:

None.

See also:

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

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.