Click or drag to resize

selectRangeAreaisNearToCorner Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether x,y coordinates are near to the specified corner or edge of the area

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

Parameters

tX
Type: SystemInt32
X (horizontal position) to test
tY
Type: SystemInt32
Y (vertical position) to test
edgeOrCorner
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The edge or corner to test against
nearLimit (Optional)
Type: SystemInt32
Absolute distance considered to be near

Return Value

Type: Boolean
true if [is near to corner] [the specified t x]; otherwise, false.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also