Instrumentation Widgets for PDA

VectorRectangle.QuantY Method 

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

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

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace