Click or drag to resize

mxGraphSnap Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Snaps the given numeric value to the grid if gridEnabled is true.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public double Snap(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
Numeric value to be snapped to the grid.

Return Value

Type: Double
Returns the value aligned to the grid.
See Also