C# Class HaloMap.DDSFunctions.DDS_Convert

The dd s_ convert.
ファイルを表示 Open project: troymac1ure/Entity

Public Methods

Method Description
DecodeDDS ( byte sourceBytes, ParsedBitmap b2 ) : Bitmap

The decode dds.

EncodeDDS ( Bitmap bitm, ParsedBitmap &b2 ) : byte[]

The encode dds.

convertDDStoBitmInfo ( DDS dds ) : ParsedBitmap.BitmapInfo

The convert dd sto bitm info.

Private Methods

Method Description
RtlMoveMemory ( IntPtr src, byte crap, int cb ) : void

Method Details

DecodeDDS() public static method

The decode dds.
public static DecodeDDS ( byte sourceBytes, ParsedBitmap b2 ) : Bitmap
sourceBytes byte The source bytes.
b2 HaloMap.RawData.ParsedBitmap The b 2.
return System.Drawing.Bitmap

EncodeDDS() public static method

The encode dds.
public static EncodeDDS ( Bitmap bitm, ParsedBitmap &b2 ) : byte[]
bitm System.Drawing.Bitmap The bitm.
b2 HaloMap.RawData.ParsedBitmap The b 2.
return byte[]

convertDDStoBitmInfo() public static method

The convert dd sto bitm info.
public static convertDDStoBitmInfo ( DDS dds ) : ParsedBitmap.BitmapInfo
dds DDS The dds.
return HaloMap.RawData.ParsedBitmap.BitmapInfo