Click or drag to resize

selectRangeAreaisInside Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified x,y coordinates are showing to position within this area.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual bool isInside(
	int tX,
	int tY
)
Request Example View Source

Parameters

tX
Type: SystemInt32
The t x.
tY
Type: SystemInt32
The t y.

Return Value

Type: Boolean
true if x,y is inside, and not on the edge
See Also