C# Class CrystalMpq.DataFormats.SurfaceData

ファイルを表示 Open project: sgraf812/crystalmpq Class Usage Examples

Public Properties

Property Type Description
DataPointer System.IntPtr
Height int
Stride int
Width int

Public Methods

Method Description
SurfaceData ( int width, int height, IntPtr dataPointer, int stride ) : System

Method Details

SurfaceData() public method

public SurfaceData ( int width, int height, IntPtr dataPointer, int stride ) : System
width int
height int
dataPointer System.IntPtr
stride int
return System

Property Details

DataPointer public_oe property

public IntPtr,System DataPointer
return System.IntPtr

Height public_oe property

public int Height
return int

Stride public_oe property

public int Stride
return int

Width public_oe property

public int Width
return int