Click or drag to resize

RECT Structure

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public struct RECT

The RECT type exposes the following members.

Constructors
  NameDescription
Public methodRECT(RECT)
Initializes a new instance of the RECT class
Public methodRECT(POINT, SIZE)
Initializes a new instance of the RECT class
Public methodRECT(Int32, Int32, Int32, Int32)
Initializes a new instance of the RECT class
Top
Methods
Fields
  NameDescription
Public fieldbottom
Public fieldleft
Public fieldright
Public fieldtop
Top
See Also