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[ComVisibleAttribute(true)]
[GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")]
public struct IPRORECT
<ComVisibleAttribute(true)>
<GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")>
Public Structure IPRORECT
[ComVisibleAttribute(true)]
[GuidAttribute(L"00C69B14-FF9E-4709-B197-8A87B9F57154")]
public value class IPRORECT
The IPRORECT type exposes the following members.
Fields
| Name | Description |
---|
 | Height |
Height of the rectangle
|
 | left |
X coordinate of the upper left corner
|
 | top |
Y coordinate of the upper left corner
|
 | Width |
Width of the rectangle
|
Top
See Also