ImageView.ConvImgToView Method
|
Use this function to convert the Image (II_CURRENT) coordinates to View coordinates.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ConvImgToView(
int ImgX,
int ImgY,
ref int ViewX,
ref int ViewY
)
Public Sub ConvImgToView (
ImgX As Integer,
ImgY As Integer,
ByRef ViewX As Integer,
ByRef ViewY As Integer
)
public:
void ConvImgToView(
int ImgX,
int ImgY,
int% ViewX,
int% ViewY
)
Parameters
- ImgX
- Type: System.Int32
- ImgY
- Type: System.Int32
- ViewX
- Type: System.Int32
- ViewY
- Type: System.Int32
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