Aligns the current VectorRectangle instance using the specified grid steps.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public VectorRectangle Quant( double xGrid, double yGrid )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Quant ( _ xGrid As Double, _ yGrid As Double _ ) As VectorRectangle  | 
| Visual C++ | 
|---|
public: VectorRectangle Quant( double xGrid, double yGrid )  |