CustomFilterAdapter Members

Include Protected Members
Include Inherited Members

The CustomFilterAdapter type exposes the following members.

Constructors

  Name Description
Public method CustomFilterAdapter(ICustomFilter)
This overload is deprecated. Create the adapter passing an implementation of ICustomFilter2 instead.
Public method CustomFilterAdapter(ICustomFilter2)
Creates and initializes a new adapter with a user-defined custom filter object.

Methods

  Name Description
Public method Apply
Internal framework method.
Public method Close
Public method Lock
Internal framework method.
Public method PrepareAsync
Internal framework method.

Properties

  Name Description
Public property BlockMargins
Size of the margins needed if the filter wants to sample neighboring pixels around a source pixel.
Public property WrapBorders
Controls whether to wrap the pixels along the borders of the image if non-zero BlockMargins are used.

See Also

CustomFilterAdapter Class

Lumia.Imaging.Custom Namespace