C# 클래스 Tilengine.Bitmap

Bitmap resource
파일 보기 프로젝트 열기: megamarc/Tilengine

공개 메소드들

메소드 설명
Bitmap ( int width, int height, int bpp ) : System

Clone ( ) : Bitmap

FromFile ( string filename ) : Bitmap

비공개 메소드들

메소드 설명
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

메소드 상세

Bitmap() 공개 메소드

public Bitmap ( int width, int height, int bpp ) : System
width int
height int
bpp int
리턴 System

Clone() 공개 메소드

public Clone ( ) : Bitmap
리턴 Bitmap

FromFile() 공개 정적인 메소드

public static FromFile ( string filename ) : Bitmap
filename string
리턴 Bitmap