C# Класс Axiom.Plugins.DevILCodecs.TGACodec

TGA image file codec.
Наследование: ILImageCodec
Показать файл Открыть проект

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

Метод Описание
Decode ( System input, System output ) : object

Passthrough implementation, no special code needed.

Encode ( System source, System dest ) : void

TGACodec ( ) : 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

TGACodec() публичный метод

public TGACodec ( ) : System
Результат System