C# Class Tilengine.Bitmap

Bitmap resource
Afficher le fichier Open project: megamarc/Tilengine

Méthodes publiques

Méthode Description
Bitmap ( int width, int height, int bpp ) : System

Clone ( ) : Bitmap

FromFile ( string filename ) : Bitmap

Private Methods

Méthode 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 méthode

public Bitmap ( int width, int height, int bpp ) : System
width int
height int
bpp int
Résultat System

Clone() public méthode

public Clone ( ) : Bitmap
Résultat Bitmap

FromFile() public static méthode

public static FromFile ( string filename ) : Bitmap
filename string
Résultat Bitmap