Geometry.RoundXY

Geometry.RoundXY method

Rounds X and Y coordinates to a specified number of fractional digits.

public void RoundXY(int digits)
ParameterTypeDescription
digitsInt32Number of fractional digits.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptiondigitsis less than 0 or greater than 15.

See Also