Click or drag to resize
Accord.NET (logo)

ClosingApplyInPlace Method

Overload List
  NameDescription
Public methodApplyInPlace(Bitmap)
Apply filter to an image.
Public methodApplyInPlace(BitmapData)
Apply filter to an image.
Public methodApplyInPlace(UnmanagedImage)
Apply filter to an unmanaged image.
Public methodApplyInPlace(Bitmap, Rectangle)
Apply filter to an image or its part.
Public methodApplyInPlace(BitmapData, Rectangle)
Apply filter to an image or its part.
Public methodApplyInPlace(UnmanagedImage, Rectangle)
Apply filter to an unmanaged image or its part.
Top
See Also