Aligns the current VectorRectangle instance horizontally using the specified grid x-step.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public VectorRectangle QuantX(
	double xGrid
)
Visual Basic (Declaration)
Public Function QuantX ( _
	xGrid As Double _
) As VectorRectangle
Visual C++
public:
VectorRectangle QuantX(
	double xGrid
)

Parameters

xGrid
Type: System..::.Double

See Also