Apply filter to an image.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public void ApplyInPlace( Bitmap image ) |
Parameters
- image
- Type: System.Drawing..::.Bitmap
Image to apply filter to.
Implements
IInPlaceFilter..::.ApplyInPlace(Bitmap)
Remarks
The method applies the filter directly to the provided source image.
Exceptions
Exception | Condition |
---|---|
AForge.Imaging..::.UnsupportedImageFormatException | Unsupported pixel format of the source image. |