Click or drag to resize

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.
Syntax
C#
public virtual bool isInsideOrEdge(
	int tX,
	int tY,
	int edge = 1
)
Request Example View Source

Parameters

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: Boolean
true when x,y are inside area + area extended by the edge. If edge is 1 than exact size of area is tested.
See Also