Click or drag to resize

ImageViewHighlightRect Method

Use this method to frame a particular image rectangle.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void HighlightRect(
	ref IPRORECT Rect
)

Parameters

Rect
Type: Kofax.OmniPageCSDK.ToolBoxesIPRORECT
Remarks

The Rect parameter holds Image coordinates. If you need to transform these coordinates to any other ImageView coordinate system, use one or more ImageView coordinate mapping functions. This function also scrolls the passed rectangle automatically into the view. To hide a previously displayed rectangle highlight, pass a zero size rectangle to a subsequent call of this method.

To learn more about the ImageView coordinate systems and the usage of this method, refer to the Image Coordinates, Available Coordinate Mapping Methods and Typical Use-Cases for Coordinate Transformations chapters under Coordinate Systems in the documentation.

See Also