Aligns the current VectorRectangle instance using the specified grid steps.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  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
)

Parameters

xGrid
Type: System..::.Double
yGrid
Type: System..::.Double

See Also