Description

Creates a new IMcFeatures object by transforming the source IMcFeatures using the warping operation defined by SourcePoints and DestPoints.

Return Type

A McFeatures object.  

A new McFeatures

Syntax

object.ApplyToFeatures ([SourceFeatures])

The ApplyToFeatures Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McWarp.
SourceFeaturesOptional. A Variant value.

Remarks

The transformation can handle rotation, translation, scaling, and skewing. It is calculated by putting in correspondence at least four points of SourcePoints with the corresponding points in DestPoints.

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.