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

📄 dlg_02824227.h

📁 这是一个关于图形图像处理的一个实现算法
💻 H
字号:
#if !defined(AFX_DLG_02824227_H__3E61C112_5A78_4699_A64F_EA3020CCCBC9__INCLUDED_)
#define AFX_DLG_02824227_H__3E61C112_5A78_4699_A64F_EA3020CCCBC9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg_02824227.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Dlg_02824227 dialog

class Dlg_02824227 : public CDialog
{
// Construction
public:
	int		m_iIsDraging;
	
	// 相应鼠标事件的矩形区域
	CRect	m_MouseRect;
	
	// DIB的高度
	LONG	m_lHeight;
	
	// DIB的宽度
	LONG	m_lWidth;
	
	// 指向当前DIB象素的指针
	char *	m_lpDIBBits;
	
	// 各个灰度值的计数
	LONG	m_lCount[256];
	Dlg_02824227(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Dlg_02824227)
	enum { IDD = IDD_DIALOG1 };
	int		m_iLowGray;
	int		m_iUpGray;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Dlg_02824227)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Dlg_02824227)
	virtual BOOL OnInitDialog();
	afx_msg void OnKillfocusLowGray();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnPaint();
	virtual void OnOK();
	afx_msg void OnKillfocusUpGray();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLG_02824227_H__3E61C112_5A78_4699_A64F_EA3020CCCBC9__INCLUDED_)

⌨️ 快捷键说明

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