⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 m_cell.h

📁 基于WindowCE上对于windows mobile开发的一个俄罗斯方块程序
💻 H
字号:
#pragma once

class m_Cell
{
public:
	m_Cell();
public:
	~m_Cell(void);
public:
	void OnDraw(CDC *pDC,int x,int y);
private:
	int _positionX;
	int _positionY;
private:
	CBitmap _Blockbmp;
public:
	int _ColorIndex;
public:
	void SetPosition(short sX , short sY);

};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -