[]
        
Draws the rect.
public void DrawRect(float left, float top, float width, float height)
| Type | Name | Description | 
|---|---|---|
| float | left | The left.  | 
    
| float | top | The top.  | 
    
| float | width | The width.  | 
    
| float | height | The height.  | 
    
Draws the rect.
public void DrawRect(RectangleF rc)
| Type | Name | Description | 
|---|---|---|
| RectangleF | rc | The rc.  |