C# Class ImgProc.Shared.OutputPlugin

Inheritance: IOutputPlugin
Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
Dispose ( ) : void
Output ( Bitmap bitmap, string path ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Output() public abstract méthode

public abstract Output ( Bitmap bitmap, string path ) : void
bitmap System.Drawing.Bitmap
path string
Résultat void