Glossary Item Box

LabDevTools Send comments on this topic.

FillRectangle Method

Fills the interior of a rectangle specified by a Rectangle structure.

 

[Visual Basic]
Public Sub FillRectagle(ByVal rect As Rectangle, ByVal Color As Color)
  
[C#]
public void FillRectagle(Rectangle rect, Color Color);

 

    Parameters:

rect 
    Rectangle structure that represents the rectangle to fill.
 
Color
   Color with which it comes filled up the ellipse.

    Return value:

None. 

See also:

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

 


Copyright © 2007 LabDevTools. All Rights Reserved.