Geometry.RoundXY
Geometry.RoundXY method
Rounds X and Y coordinates to a specified number of fractional digits.
public void RoundXY(int digits)
| Parameter | Type | Description |
|---|---|---|
| digits | Int32 | Number of fractional digits. |
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | digitsis less than 0 or greater than 15. |
See Also
- class Geometry
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS