Click or drag to resize

IMcWarpApplyToFeatures Method

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

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function ApplyToFeatures ( 
	<OptionalAttribute> SourceFeatures As Object
) As IMcFeatures

Parameters

SourceFeatures (Optional)
Type: SystemObject

Return Value

Type: IMcFeatures
A new %McFeatures%
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.
See Also