imbSCI - Coding for Science - Foundation
imbSCI - Coding for Science - Foundation
imbSCI Namespaces
imbSCI.Graph Namespaces
imbSCI.Graph.MXGraph Namespaces
imbSCI.Graph.MXGraph.utils
mxRectangle Class
mxRectangle Methods
Add Method
Clone Method
Contains Method
Equals Method
GetCenterX Method
GetCenterY Method
GetRectangle Method
Grow Method
setRect Method
mxRectangle
Contains 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#
Copy
public
bool
Contains
(
double
x
,
double
y
)
Request Example
View Source
Parameters
x
Type:
System
Double
X-coordinate of the point.
y
Type:
System
Double
Y-coordinate of the point.
Return Value
Type:
Boolean
Returns true if (x, y) lies within the given area.
See Also
Reference
mxRectangle Class
imbSCI.Graph.MXGraph.utils Namespace
Coding For Science - imbVeles Open Source Framework - Goran Grubić : 2017-2018
Project web site
Copyright (c) 2018 - GNU General Public License v3.0
Send comments on this topic to
hardy@veles.rs