C# Class ImgProcCore.OutputPNG

Inheritance: ImgProc.Shared.OutputPlugin
Mostrar archivo Open project: EFanZh/EFanZh

Public Methods

Method Description
Output ( Bitmap bitmap, string path ) : void
OutputPNG ( ) : System.Drawing

Method Details

Output() public method

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

OutputPNG() public method

public OutputPNG ( ) : System.Drawing
return System.Drawing