FrontPageAugust_FrameworkAF/クラスリファレンス>CMglAghImage

CMglAghImage

画像コントロールのクラス。


スーパークラス


公開メソッド (public)

  • bool Load(const char* szImageFilePath); - 指定された画像ファイルをロードする。読み込み可能なファイルはbmp,jpg,png,gif,dds。
  • void SetAngle(int nAngle); - 角度を設定する
  • void SetScale(float fScaleX, float fScaleY); - 縮尺率を設定する
  • void SetPos(int x, int y); - コントロールの位置を設定する
  • void SetRect(int left, int top, int right, int bottom); - コントロールの表示矩形を設定する
  • void Move(int x, int y); - コントロールを移動する


エイリアス

typedef CMglAghImage CMglAghImageCtrl;