C# Class AmaroK86.ImageFormat.DDS

Inheritance: ImageFile
显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method 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 method

public DDS ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
return System

DDS() public method

public DDS ( string fileName, byte data ) : System
fileName string
data byte
return System

ToArray() public method

public ToArray ( ) : byte[]
return byte[]

resize() public method

public resize ( ) : byte[]
return byte[]

subtype() public method

public subtype ( ) : string
return string