C# Class ImgProc.Shared.InputPlugin

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetBitmap ( string path ) : Bitmap

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

GetBitmap() public abstract méthode

public abstract GetBitmap ( string path ) : Bitmap
path string
Résultat System.Drawing.Bitmap