C# Class Axiom.Plugins.SystemDrawingCodecs.SDImageLoader

Provides loading mechanism for filetypes vis SDImageCodec
Inheritance: SDImageCodec
Show file Open project: WolfgangSt/axiom

Public Methods

Method 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 method

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
return void

SDImageLoader() public method

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