Snaps the Y-component to a grid with the specified y-size of a cell.

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

Syntax

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

Parameters

yGrid
Type: System..::.Double

See Also