Click or drag to resize

mxICanvas2DScale Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Uniformaly scales the canvas by the given amount.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void Scale(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The new scale value.
See Also