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