|
IInPlaceFilterApplyInPlace Method (BitmapData)
|
Apply filter to an image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxvoid ApplyInPlace(
BitmapData imageData
)
Sub ApplyInPlace (
imageData As BitmapData
)
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
Image to apply filter to.
RemarksThe method applies filter directly to the provided image data.
See Also