AForge.Imaging.Filters.Opening.ApplyInPlace C# (CSharp) Метод

ApplyInPlace() публичный Метод

public ApplyInPlace ( Bitmap image ) : void
image Bitmap
Результат void

Same methods

Opening::ApplyInPlace ( Bitmap image, Rectangle rect ) : void
Opening::ApplyInPlace ( BitmapData imageData ) : void
Opening::ApplyInPlace ( BitmapData imageData, Rectangle rect ) : void
Opening::ApplyInPlace ( UnmanagedImage image ) : void
Opening::ApplyInPlace ( UnmanagedImage image, Rectangle rect ) : void