imagepointprocess.h

来自「使用大恒采集卡的图像显示」· C头文件 代码 · 共 27 行

H
27
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?