Click or drag to resize

RECT Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the RECT class

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public RECT(
	int l,
	int t,
	int r,
	int b
)

Parameters

l
Type: SystemInt32
t
Type: SystemInt32
r
Type: SystemInt32
b
Type: SystemInt32
See Also