Click or drag to resize

mxRectanglesetRect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets this rectangle to the specified values

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void setRect(
	double x,
	double y,
	double w,
	double h
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
w
Type: SystemDouble
h
Type: SystemDouble
See Also