C# Class AmaroK86.ImageFormat.DDSImage.MipMap

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
height int
width int

Méthodes publiques

Méthode Description
MipMap ( byte data, DDSFormat format, int w, int h ) : System

Method Details

MipMap() public méthode

public MipMap ( byte data, DDSFormat format, int w, int h ) : System
data byte
format DDSFormat
w int
h int
Résultat System

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int