C# Class AmaroK86.ImageFormat.DDS

Inheritance: ImageFile
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
DDS ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
DDS ( string fileName, byte data ) : System
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

Method Details

DDS() public méthode

public DDS ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
Résultat System

DDS() public méthode

public DDS ( string fileName, byte data ) : System
fileName string
data byte
Résultat System

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

resize() public méthode

public resize ( ) : byte[]
Résultat byte[]

subtype() public méthode

public subtype ( ) : string
Résultat string