RecAPI.kRecTransformImgByMatrix Method (Int32, IntPtr, SIZE,Double[])
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecTransformImgByMatrix(
int sid,
IntPtr hPage,
SIZE newsize,
double[] pMatrix
)
Public Shared Function kRecTransformImgByMatrix (
sid As Integer,
hPage As IntPtr,
newsize As SIZE,
pMatrix As Double()
) As RECERR
public:
static RECERR kRecTransformImgByMatrix(
int sid,
IntPtr hPage,
SIZE newsize,
array<double>^ pMatrix
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- newsize
- Type: OmniPageCSDK.ArgTypes.SIZE
- pMatrix
- Type:System.Double[]
Return Value
Type:
RECERR
See Also