Fills the interior of an rectangle defined by the Color structure and bounding rectangle specified by the VectorRectangle structure.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void FillRectangle( Color color, VectorRectangle rectangle )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub FillRectangle ( _ color As Color, _ rectangle As VectorRectangle _ )  | 
| Visual C++ | 
|---|
public: void FillRectangle( Color color, VectorRectangle rectangle )  | 
Parameters
- color
 - Type: System.Drawing..::.Color
 
- rectangle
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle