Returns a 32-bit signed integer indicating a location relationship between this instance and pair of a line and column.
int IsLineColumnInsideRegion(
int column,
int line);
Parameters
-
column
-
Column position.
-
line
-
Line position.
Return Value
A 32-bit signed integer indicating the location relationship between this instance and pair of a line and column.
| Value |
Meaning |
| Less than zero |
line and column points above of the region. |
| Zero |
line and column points inside of the region. |
| Greater than zero |
line and column points below of of the region. |
Remarks
Example
To be added.
See Also
IRegionInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace