GameServer
|
#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 | ( | ) |
|
inline |
Color24 Bitmap::GetPixel | ( | int | X, |
int | Y | ||
) | const |
|
inline |
bool Bitmap::Load | ( | const std::string & | FilePath | ) |