C# 클래스 Axiom.Plugins.DevILCodecs.PNGCodec

PNG image file codec.
상속: ILImageCodec
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
Decode ( System input, System output ) : object

Passthrough implementation, no special code needed.

Encode ( System source, System dest ) : void

PNGCodec ( ) : System

메소드 상세

Decode() 공개 메소드

Passthrough implementation, no special code needed.
public Decode ( System input, System output ) : object
input System
output System
리턴 object

Encode() 공개 메소드

public Encode ( System source, System dest ) : void
source System
dest System
리턴 void

PNGCodec() 공개 메소드

public PNGCodec ( ) : System
리턴 System