RecAPI.kRecTransformImgByMatrix Method (Int32, IntPtr,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,
double[] pMatrix
)
Public Shared Function kRecTransformImgByMatrix (
sid As Integer,
hPage As IntPtr,
pMatrix As Double()
) As RECERR
public:
static RECERR kRecTransformImgByMatrix(
int sid,
IntPtr hPage,
array<double>^ pMatrix
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- pMatrix
- Type:System.Double[]
Return Value
Type:
RECERR
See Also