Have a question? Email Us or Call 1 (800) 936-2134
SubMain - CodeIt.Right The First Time! Home Products Services Download Purchase Support Community
IRegionInfo.IsLineColumnInsideRegion Method
CodeIt.Right SDK Class Library

IRegionInfo.IsLineColumnInsideRegion Method 

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


 
     
 
Home |  Products |  Services |  Download |  Purchase |  Support |  Community |  About Us |