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: |
| object | An expression evaluating to an object of type McWarp. | | SourceFeatures | Optional. 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.
|