Click or drag to resize
IImageFilter Interface
Represents an image filter which can be applied on an image.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
public interface IImageFilter

The IImageFilter type exposes the following members.

Methods
  NameDescription
Public methodApplyFilter
Applies the filter on the image data.
Top
See Also