Click or drag to resize

mxRectangle Constructor (Double, Double, Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a rectangle using the given parameters.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxRectangle(
	double x,
	double y,
	double width,
	double height
)
Request Example View Source

Parameters

x
Type: SystemDouble
X-coordinate of the new rectangle.
y
Type: SystemDouble
Y-coordinate of the new rectangle.
width
Type: SystemDouble
Width of the new rectangle.
height
Type: SystemDouble
Height of the new rectangle.
See Also