Click or drag to resize

IPRORECT Structure

This structure represents a rectangle with the top-left corner and its dimensions.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")]
[ComVisibleAttribute(true)]
public struct IPRORECT

The IPRORECT type exposes the following members.

Fields
  NameDescription
Public fieldHeight
Height of the rectangle
Public fieldleft
X coordinate of the upper left corner
Public fieldtop
Y coordinate of the upper left corner
Public fieldWidth
Width of the rectangle
Top
See Also