Instrumentation Widgets for PDA

VectorRectangle.Quant Method 

Aligns the current VectorRectangle instance using the specified grid steps.

[Visual Basic]
Public Function Quant( _
   ByVal xGrid As Decimal, _
   ByVal yGrid As Decimal _
) As VectorRectangle
[C#]
public VectorRectangle Quant(
   decimal xGrid,
   decimal yGrid
);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace