GameServer
公開メンバ関数 | 全メンバ一覧
Bitmap クラス

#include <Bitmap.h>

公開メンバ関数

 Bitmap ()
 
 ~Bitmap ()
 
bool Load (const std::string &FilePath)
 
Color24 GetPixel (int X, int Y) const
 
s32 GetWidth () const
 
s32 GetHeight () const
 

詳解

ビットマップクラス

構築子と解体子

◆ Bitmap()

Bitmap::Bitmap ( )

◆ ~Bitmap()

Bitmap::~Bitmap ( )

関数詳解

◆ GetHeight()

s32 Bitmap::GetHeight ( ) const
inline
被呼び出し関係図:

◆ GetPixel()

Color24 Bitmap::GetPixel ( int  X,
int  Y 
) const
被呼び出し関係図:

◆ GetWidth()

s32 Bitmap::GetWidth ( ) const
inline
被呼び出し関係図:

◆ Load()

bool Bitmap::Load ( const std::string &  FilePath)
呼び出し関係図:
被呼び出し関係図:

このクラス詳解は次のファイルから抽出されました: