C# Class Axiom.Plugins.SystemDrawingCodecs.SDImageLoader

Provides loading mechanism for filetypes vis SDImageCodec
Inheritance: SDImageCodec
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
Encode ( System source, System dest ) : void

Encodes the data in the input stream and saves the result in the output stream.

SDImageLoader ( string extension ) : System

Constructor

Method Details

Encode() public méthode

Encodes the data in the input stream and saves the result in the output stream.
public Encode ( System source, System dest ) : void
source System
dest System
Résultat void

SDImageLoader() public méthode

Constructor
public SDImageLoader ( string extension ) : System
extension string the file extension that this will load.
Résultat System