Click or drag to resize

selectRangeAreaisNearAnyCornerOrEdge Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines if x,y is near to an edge, corner or center of this area - respecting specified limit distance.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public textCursorZoneCorner isNearAnyCornerOrEdge(
	int tX,
	int tY,
	int nearLimit = 2
)
Request Example View Source

Parameters

tX
Type: SystemInt32
X (horizontal position) to test
tY
Type: SystemInt32
Y (vertical position) to test
nearLimit (Optional)
Type: SystemInt32
Absolute distance considered to be near.

Return Value

Type: textCursorZoneCorner
Edge, corner or center that is near to x,y. none is returned if nothing is near within nearLimit range
See Also