Description
Read/write property used to set or get the transformation method for ApplyToImage, ApplyToFeatures and ApplyToPoints.
-
Property type
-
A mcWarpMethod enumeration.
-
Syntax
-
object.Method [= value]
The Method Property syntax has these parts: |
| object | An expression evaluating to an object of type McWarp. | | value | A mcWarpMethod enumeration, as described in settings. | Settings The settings for value are:
 | mcwmAffine | 0 |
Use a projective affine transform.
|
 | mcwmNoTilt | 16 |
Disable correction for skewing, or perspective
|
 | mcwmNoScale | 32 |
Disable correction for scaling.
|
|