Gets the snapped value of a coordinate.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double GetSnappedValue(
	double value
)
Visual Basic (Declaration)
Public Function GetSnappedValue ( _
	value As Double _
) As Double

Parameters

value
Type: System..::.Double
The original value of the coordinate.

Return Value

The result of snapping the coordinate.

Implements

ISnapSpecifier..::.GetSnappedValue(Double)

See Also