Click or drag to resize

InputZoneGetPointInfoFromTable Method

Namespace:  OmniPageCSDK.Objects
Assembly:  OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
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