Implements division by given scalar value.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public VectorRectangle Divide( double m )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Divide ( _ m As Double _ ) As VectorRectangle  | 
| Visual C++ | 
|---|
public: VectorRectangle Divide( double m )  | 
Parameters
- m
 - Type: System..::.Double