Click or drag to resize

ImageViewConvImgToDevice Method

Use this function to convert Image (II_CURRENT) coordinates to Device coordinates.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void ConvImgToDevice(
	int ImgX,
	int ImgY,
	ref int DeviceX,
	ref int DeviceY
)

Parameters

ImgX
Type: SystemInt32
ImgY
Type: SystemInt32
DeviceX
Type: SystemInt32
DeviceY
Type: SystemInt32
Remarks
To learn more about the ImageView coordinate systems and the usage of this method, refer to the Coordinate Systems chapter in the documentation.
See Also