RecAPIkRecPutImgArea Method (Int32, SKBitmap, IntPtr, Int32, Int32, SIZE)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecPutImgArea(
int sid,
SKBitmap pBitmap,
IntPtr hPage,
int xDst,
int yDst,
SIZE pDstSize
)
Public Shared Function kRecPutImgArea (
sid As Integer,
pBitmap As SKBitmap,
hPage As IntPtr,
xDst As Integer,
yDst As Integer,
pDstSize As SIZE
) As RECERR
public:
static RECERR kRecPutImgArea(
int sid,
SKBitmap^ pBitmap,
IntPtr hPage,
int xDst,
int yDst,
SIZE pDstSize
)
Parameters
- sid
- Type: SystemInt32
- pBitmap
- Type: SKBitmap
- hPage
- Type: SystemIntPtr
- xDst
- Type: SystemInt32
- yDst
- Type: SystemInt32
- pDstSize
- Type: OmniPageCSDK.ArgTypesSIZE
Return Value
Type:
RECERR
See Also