C# 클래스 Axiom.Plugins.SystemDrawingCodecs.SDImageLoader

Provides loading mechanism for filetypes vis SDImageCodec
상속: SDImageCodec
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
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