C# Class Tilengine.Bitmap

Bitmap resource
ファイルを表示 Open project: megamarc/Tilengine

Public Methods

Method Description
Bitmap ( int width, int height, int bpp ) : System

Clone ( ) : Bitmap

FromFile ( string filename ) : Bitmap

Private Methods

Method Description
Bitmap ( IntPtr res ) : System

TLN_CloneBitmap ( IntPtr src ) : IntPtr
TLN_CreateBitmap ( int width, int height, int bpp ) : IntPtr
TLN_DeleteBitmap ( IntPtr bitmap ) : bool
TLN_GetBitmapDepth ( IntPtr bitmap ) : int
TLN_GetBitmapHeight ( IntPtr bitmap ) : int
TLN_GetBitmapPalette ( IntPtr bitmap ) : IntPtr
TLN_GetBitmapPitch ( IntPtr bitmap ) : int
TLN_GetBitmapWidth ( IntPtr bitmap ) : int
TLN_LoadBitmap ( string filename ) : IntPtr
TLN_SetBitmapPalette ( IntPtr bitmap, IntPtr palette ) : bool

Method Details

Bitmap() public method

public Bitmap ( int width, int height, int bpp ) : System
width int
height int
bpp int
return System

Clone() public method

public Clone ( ) : Bitmap
return Bitmap

FromFile() public static method

public static FromFile ( string filename ) : Bitmap
filename string
return Bitmap