Click or drag to resize

mxGeometry Constructor (Double, Double, Double, Double)

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

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

Parameters

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