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

📄 wanggcz.h

📁 《数字图象工程案例》原码
💻 H
字号:
// WANGGCZ.h: interface for the WANGGCZ class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_WANGGCZ_H__8F15144B_7572_4B92_A2A2_1B63087CE204__INCLUDED_)
#define AFX_WANGGCZ_H__8F15144B_7572_4B92_A2A2_1B63087CE204__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class WANGGCZ  
{
public :
	    int m_LianXuShu;

public:
	void PicAssemble(PICTURECOLOR m_picture_color[][LINENUM],CPoint mousepos,CPoint scroll,bool type,float m_jwm,int width,int height);
	void XiuBu(PICTURECOLOR m_picture_color[][LINENUM]);
	BOOL XiuBu_Judge(PICTURECOLOR m_picture_color[][LINENUM],  int x, int y ,PICTURECOLOR *Destcolor);
	BOOL QiCi_Judge(PICTURECOLOR m_picture_color[][LINENUM],  int lianxushu,int x,int y,PICTURECOLOR spc,int width,int height);
	void Quci(PICTURECOLOR m_picture_color[][LINENUM],int lianxushu,int width,int height);
	BOOL QuZaDian_Judge(PICTURECOLOR m_picture_color[LINENUM][LINENUM],bool lab[][LINENUM],CPoint lab2[],int lianxushu,int x,int y,PICTURECOLOR spc);
	void QuZaDian(	PICTURECOLOR m_picture_color[LINENUM][LINENUM],int lianxushu);
	WANGGCZ();
	virtual ~WANGGCZ();

};

#endif // !defined(AFX_WANGGCZ_H__8F15144B_7572_4B92_A2A2_1B63087CE204__INCLUDED_)

⌨️ 快捷键说明

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