 | selectRangeAreaisInsideOrEdge Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether x,y coordinates are inside or within edge of this area.
Namespace:
imbSCI.Core.reporting.zone
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntaxpublic virtual bool isInsideOrEdge(
int tX,
int tY,
int edge = 1
)
Request Example
View SourceParameters
- tX
- Type: SystemInt32
The t x. - tY
- Type: SystemInt32
The t y. - edge (Optional)
- Type: SystemInt32
The edge thickness. It is applied in both direction: inside and outside from border zone
Return Value
Type:
Booleantrue when x,y are inside area + area extended by the edge. If edge is 1 than exact size of area is tested.
See Also