Click or drag to resize

RecAPIkRecMergeImgArea Method (Int32, IntPtr, RECT, IntPtr, RECT, UInt32)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public static RECERR kRecMergeImgArea(
	int sid,
	IntPtr hPageDst,
	RECT rectDst,
	IntPtr hPageSrc,
	RECT rectSrc,
	uint color
)

Parameters

sid
Type: SystemInt32
hPageDst
Type: SystemIntPtr
rectDst
Type: Kofax.OmniPageCSDK.ArgTypesRECT
hPageSrc
Type: SystemIntPtr
rectSrc
Type: Kofax.OmniPageCSDK.ArgTypesRECT
color
Type: SystemUInt32

Return Value

Type: RECERR
See Also