PageTransformByPoints Method (POINT, POINT)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void TransformByPoints(
POINT[] original,
POINT[] transformed
)
Public Sub TransformByPoints (
original As POINT(),
transformed As POINT()
)
public:
void TransformByPoints(
array<POINT>^ original,
array<POINT>^ transformed
)
Parameters
- original
- Type: Kofax.OmniPageCSDK.ArgTypesPOINT
- transformed
- Type: Kofax.OmniPageCSDK.ArgTypesPOINT
See Also