Aligns the current VectorRectangle instance vertically using the specified grid y-step.

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

Syntax

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

Parameters

yGrid
Type: System..::.Double

See Also