Draws the interior of an recrangle.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void DrawRectangle( Color color, VectorRectangle rectangle, double angle )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub DrawRectangle ( _ color As Color, _ rectangle As VectorRectangle, _ angle As Double _ )  | 
| Visual C++ | 
|---|
public: void DrawRectangle( Color color, VectorRectangle rectangle, double angle )  | 
Parameters
- color
 - Type: System.Drawing..::.Color
 
- rectangle
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
 
- angle
 - Type: System..::.Double