C# Class HaloMap.DDSFunctions.DDS.DDSURFACEDESC2

The ddsurfacedes c 2.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
MipMapCount int
PitchOrLinearSize int
Reserved1 int[]
Reserved2 int
ddfPixelFormat DDPIXELFORMAT
ddsCaps DDSCAPS2
depth int
flags int
height int
size_of_structure int
width int

Méthodes publiques

Méthode Description
generate ( ParsedBitmap &b2 ) : void

The generate.

readStruct ( BinaryReader &br ) : void

The read struct.

writeStruct ( BinaryWriter &bw ) : void

The write struct.

Method Details

generate() public méthode

The generate.
public generate ( ParsedBitmap &b2 ) : void
b2 ParsedBitmap The b 2.
Résultat void

readStruct() public méthode

The read struct.
public readStruct ( BinaryReader &br ) : void
br BinaryReader The br.
Résultat void

writeStruct() public méthode

The write struct.
public writeStruct ( BinaryWriter &bw ) : void
bw BinaryWriter The bw.
Résultat void

Property Details

MipMapCount public_oe property

The mip map count.
public int MipMapCount
Résultat int

PitchOrLinearSize public_oe property

The pitch or linear size.
public int PitchOrLinearSize
Résultat int

Reserved1 public_oe property

The reserved 1.
public int[] Reserved1
Résultat int[]

Reserved2 public_oe property

The reserved 2.
public int Reserved2
Résultat int

ddfPixelFormat public_oe property

The ddf pixel format.
public DDPIXELFORMAT ddfPixelFormat
Résultat DDPIXELFORMAT

ddsCaps public_oe property

The dds caps.
public DDSCAPS2 ddsCaps
Résultat DDSCAPS2

depth public_oe property

The depth.
public int depth
Résultat int

flags public_oe property

The flags.
public int flags
Résultat int

height public_oe property

The height.
public int height
Résultat int

size_of_structure public_oe property

The size_of_structure.
public int size_of_structure
Résultat int

width public_oe property

The width.
public int width
Résultat int