Click or drag to resize

mcSmoothing Enumeration

Smoothing type for the Resize method.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcSmoothing
Members
  Member nameValueDescription
mcsmNone0No smoothing.
mcsmBilinear1Bilinear smoothing.
mcsmBicubic2Bicubic smoothing.
See Also