Click or drag to resize

IMcWarpInterpolation Property

Read/write property used to set or get the interpolation method used to generate missing pixels in ApplyToImage.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property Interpolation As mcWarpInterpolation
	Get
	Set

Return Value

Type: mcWarpInterpolation
Current interpolation mode.
Remarks
Setting Interpolation to wiNone yields faster processing time, but produces blockiness and aliasing in the resulting image, due to pixel duplication or decimation.
See Also