Click or drag to resize

mxRectangleContains Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if this rectangle contains the given point (x, y).

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

Parameters

x
Type: SystemDouble
X-coordinate of the point.
y
Type: SystemDouble
Y-coordinate of the point.

Return Value

Type: Boolean
Returns true if (x, y) lies within the given area.
See Also