ImageGetImageArea Method (RECT, SIZE, IMG_INFO)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic SKBitmap GetImageArea(
RECT rect,
SIZE size,
out IMG_INFO info
)
Public Function GetImageArea (
rect As RECT,
size As SIZE,
<OutAttribute> ByRef info As IMG_INFO
) As SKBitmap
public:
SKBitmap^ GetImageArea(
RECT rect,
SIZE size,
[OutAttribute] IMG_INFO^% info
)
Parameters
- rect
- Type: OmniPageCSDK.ArgTypesRECT
- size
- Type: OmniPageCSDK.ArgTypesSIZE
- info
- Type: OmniPageCSDK.ArgTypesIMG_INFO
Return Value
Type:
SKBitmap
See Also