Rounds the coordinates of the point.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Round(
	int decimals
)
Visual Basic (Declaration)
Public Sub Round ( _
	decimals As Integer _
)
Visual C++
public:
void Round(
	int decimals
)

Parameters

decimals
Type: System..::.Int32
The number of decimal places to round to.

See Also