Click or drag to resize
Accord.NET (logo)

BaseInPlacePartialFilterApplyInPlace Method (BitmapData, 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
public void ApplyInPlace(
	BitmapData imageData,
	Rectangle rect
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
Image data to apply filter to.
rect
Type: System.DrawingRectangle
Image rectangle for processing by the filter.

Implements

IInPlacePartialFilterApplyInPlace(BitmapData, Rectangle)
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
Remarks
The method applies the filter directly to the provided source image.
See Also