General purpose rectangle used by controls when applicable.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")]
[ComVisibleAttribute(true)]
public struct IPRORECT
<GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")>
<ComVisibleAttribute(true)>
Public Structure IPRORECT
[GuidAttribute(L"00C69B14-FF9E-4709-B197-8A87B9F57154")]
[ComVisibleAttribute(true)]
public value class IPRORECT
The IPRORECT type exposes the following members.
Fields
| Name | Description |
---|
 | Height |
Height of the rectangle.
|
 | left |
Left side of the rectangle for alignment.
|
 | top |
Top of the rectangle for alignment.
|
 | Width |
Width of the rectangle.
|
Top
See Also