C# Class ImgProc.Shared.OutputPlugin

Inheritance: IOutputPlugin
Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
Dispose ( ) : void
Output ( Bitmap bitmap, string path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Output() public abstract method

public abstract Output ( Bitmap bitmap, string path ) : void
bitmap System.Drawing.Bitmap
path string
return void