Click or drag to resize

IPRORECT Structure

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

The IPRORECT type exposes the following members.

Fields
  NameDescription
Public fieldHeight
Height of the rectangle.
Public fieldleft
Left side of the rectangle for alignment.
Public fieldtop
Top of the rectangle for alignment.
Public fieldWidth
Width of the rectangle.
Top
See Also