C# Class CrystalMpq.DataFormats.SurfaceData

Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Свойство Type Description
DataPointer System.IntPtr
Height int
Stride int
Width int

Méthodes publiques

Méthode Description
SurfaceData ( int width, int height, IntPtr dataPointer, int stride ) : System

Method Details

SurfaceData() public méthode

public SurfaceData ( int width, int height, IntPtr dataPointer, int stride ) : System
width int
height int
dataPointer System.IntPtr
stride int
Résultat System

Property Details

DataPointer public_oe property

public IntPtr,System DataPointer
Résultat System.IntPtr

Height public_oe property

public int Height
Résultat int

Stride public_oe property

public int Stride
Résultat int

Width public_oe property

public int Width
Résultat int