Click or drag to resize

InputZoneGetPointInfoFromTable Method

Namespace:  OmniPageCSDK.Objects
Assembly:  OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 2025.1.0.0
Syntax
public void GetPointInfoFromTable(
	POINT point,
	int xdist,
	int ydist,
	out int cellindex,
	out BORDERINDEX borderindex,
	IMAGEINDEX imageindex = IMAGEINDEX.II_CURRENT
)

Parameters

point
Type: OmniPageCSDK.ArgTypesPOINT
xdist
Type: SystemInt32
ydist
Type: SystemInt32
cellindex
Type: SystemInt32
borderindex
Type: OmniPageCSDK.ArgTypesBORDERINDEX
imageindex (Optional)
Type: OmniPageCSDK.ArgTypesIMAGEINDEX
See Also