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( Stroke stroke, VectorRectangle rectangle, double angle ) |
| Visual Basic (Declaration) |
|---|
Public Sub DrawRectangle ( _ stroke As Stroke, _ rectangle As VectorRectangle, _ angle As Double _ ) |
| Visual C++ |
|---|
public: void DrawRectangle( Stroke^ stroke, VectorRectangle rectangle, double angle ) |
Parameters
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- rectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- angle
- Type: System..::.Double