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

📄 imagepointprocess.h

📁 使用大恒采集卡的图像显示
💻 H
字号:
// ImagePointProcess.h: interface for the CImagePointProcess class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_IMAGEPOINTPROCESS_H__DE7D07FC_B780_4021_BB03_03DBFF0BB5FD__INCLUDED_)
#define AFX_IMAGEPOINTPROCESS_H__DE7D07FC_B780_4021_BB03_03DBFF0BB5FD__INCLUDED_

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

#include "ImageProcess.h"

class CImagePointProcess : public CImageProcess  
{
	DECLARE_DYNAMIC(CImagePointProcess)
public:
	CImagePointProcess();
	virtual ~CImagePointProcess();
#ifdef _DEBUG
	virtual void Dump(CDumpContext& dc)const;
	virtual void AssertValid()const;
#endif
};

#endif // !defined(AFX_IMAGEPOINTPROCESS_H__DE7D07FC_B780_4021_BB03_03DBFF0BB5FD__INCLUDED_)

⌨️ 快捷键说明

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