C# Класс Axiom.Plugins.SystemDrawingCodecs.SDImageLoader

Provides loading mechanism for filetypes vis SDImageCodec
Наследование: SDImageCodec
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Encode() публичный Метод

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
Результат void

SDImageLoader() публичный Метод

Constructor
public SDImageLoader ( string extension ) : System
extension string the file extension that this will load.
Результат System