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

📄 mapperseis.h

📁 vc 和mapobjects地理信息系统组件开发 很有启发意义和参考价值
💻 H
字号:
// MapperSeis.h: interface for the CMapperSeis class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAPPERSEIS_H__BFBF3AD9_9884_41F5_A2B0_52569647FDB8__INCLUDED_)
#define AFX_MAPPERSEIS_H__BFBF3AD9_9884_41F5_A2B0_52569647FDB8__INCLUDED_

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

class CMapperSeis : public CObject  
{

public:
	COLORREF m_crFill,m_crOutline;
	int m_nParaType;
	int m_nSymbol;
	BOOL m_bOutline;

public:
	CArray<short,short> m_iaSize;
	CMoPointArray	m_oaPoints;
	CArray<SMapperSeisInfo,SMapperSeisInfo>	m_taSei;
	
public:
	BOOL ExportShp(CMap1 &map,CString sPathFile);
	void DeleteAll();
	void Draw(CMap1 &map);
	void Create(CMap1 &map);
	CMapperSeis();
	virtual ~CMapperSeis();

protected:

};

#endif // !defined(AFX_MAPPERSEIS_H__BFBF3AD9_9884_41F5_A2B0_52569647FDB8__INCLUDED_)

⌨️ 快捷键说明

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