Method | Description | |
---|---|---|
DDSImage ( Stream ddsImage, bool preserveAlpha = true ) : System | ||
DDSImage ( byte ddsImage, bool preserveAlpha = true ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
CreateBitmap ( int width, int height, byte rawData ) : System.Drawing.Bitmap | ||
GetFormat ( |
||
Parse ( |
||
ReadData ( |
||
ReadHeader ( |
public DDSImage ( Stream ddsImage, bool preserveAlpha = true ) : System | ||
ddsImage | Stream | |
preserveAlpha | bool | |
return | System |
public DDSImage ( byte ddsImage, bool preserveAlpha = true ) : System | ||
ddsImage | byte | |
preserveAlpha | bool | |
return | System |