|
IInPlacePartialFilterApplyInPlace Method (Bitmap, Rectangle)
|
Apply filter to an image or its part.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax void ApplyInPlace(
Bitmap image,
Rectangle rect
)
Sub ApplyInPlace (
image As Bitmap,
rect As Rectangle
)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Image to apply filter to. - rect
- Type: System.DrawingRectangle
Image rectangle for processing by filter.
Remarks The method applies filter directly to the provided image data.
See Also