Glossary Item Box

LabDevTools Send comments on this topic.

DrawRectangle Method

Draws a rectangle specified by a Rectangle structure.

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

 

    Parameters:

rect 
   A Rectangle structure that represents the rectangle to draw.
 
Color
   Color with which it comes drawn the rectangle.

    Return value:

None.

See also:

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

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.