ImageViewConvWindowToImg Method
|
Use this function to convert Window coordinates to Image (II_CURRENT) coordinates.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ConvWindowToImg(
int WindowX,
int WindowY,
ref int ImgX,
ref int ImgY
)
Public Sub ConvWindowToImg (
WindowX As Integer,
WindowY As Integer,
ByRef ImgX As Integer,
ByRef ImgY As Integer
)
public:
void ConvWindowToImg(
int WindowX,
int WindowY,
int% ImgX,
int% ImgY
)
Parameters
- WindowX
- Type: SystemInt32
- WindowY
- Type: SystemInt32
- ImgX
- Type: SystemInt32
- ImgY
- 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