DrawingSupport.DrawingObject.drawFilledRectangle Function
This methods draws a fiiled rectangle in the specified color and with the specified size at the specified position

Public void drawFilledRectangle (System.Drawing.Color, int, int, int, int)
  Type Name Description  
    System.Drawing.Color color    
    int x    
    int y    
    int width    
    int height    
  Return Description  
    void