CustomFilterAdapter Members
The CustomFilterAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CustomFilterAdapter(ICustomFilter) |
This overload is deprecated. Create the adapter passing an implementation of ICustomFilter2 instead.
|
|
CustomFilterAdapter(ICustomFilter2) |
Creates and initializes a new adapter with a user-defined custom filter object.
|
| Name | Description | |
|---|---|---|
|
Apply |
Internal framework method.
|
|
Close | |
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
| Name | Description | |
|---|---|---|
|
BlockMargins |
Size of the margins needed if the filter wants to sample neighboring pixels around a source pixel.
|
|
WrapBorders |
Controls whether to wrap the pixels along the borders of the image if non-zero BlockMargins are used.
|
Show: