Instrumentation Widgets for PDA

VectorRectangle.QuantX Method 

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

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

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace