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:

PartDescription
objectAn expression evaluating to an object of type McWarp.
valueA mcWarpMethod enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcwmAffine0

Use a projective affine transform.

 mcwmNoTilt16

Disable correction for skewing, or perspective

 mcwmNoScale32

Disable correction for scaling.