Draws a rectangle on the Baltie's area.
            
    Namespace: 
   SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
Parameters
- drawColor
 - Type: System.Drawing..::.Color
A color Color used for drawing the rectangle. 
- fillColor
 - Type: System.Drawing..::.Color
A color Color used for filling the rectangle. 
- x
 - Type: System..::.Int32
The X coordinate of the upper-left corner. 
- y
 - Type: System..::.Int32
The Y coordinate of the upper-left corner. 
- w
 - Type: System..::.Int32
The width of the ellipse. 
- h
 - Type: System..::.Int32
The height of the ellipse.