PageTransformByMatrix Method (SIZE, Double)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void TransformByMatrix(
SIZE newsize,
double[] matrix
)
Public Sub TransformByMatrix (
newsize As SIZE,
matrix As Double()
)
public:
void TransformByMatrix(
SIZE newsize,
array<double>^ matrix
)
Parameters
- newsize
- Type: Kofax.OmniPageCSDK.ArgTypesSIZE
- matrix
- Type: SystemDouble
See Also