📄 tabmapobjpline.h
字号:
// tabmapobjpline.h: interface for the TABMAPObjPLine class.////////////////////////////////////////////////////////////////////////#ifndef TABMAPObjPLine_H#define TABMAPObjPLine_H#include "tabmapobjhdrwithcoord.h"class TABMAPObjPLine : public TABMAPObjHdrWithCoord {public: UGKInt16 m_numLineSections; /* MULTIPLINE/REGION only. Not in PLINE */ UGKInt32 m_nLabelX; /* Centroid/label location */ UGKInt32 m_nLabelY; UGKInt32 m_nComprOrgX; /* Present only in compressed coord. case */ UGKInt32 m_nComprOrgY; UGKByte m_nPenId; UGKByte m_nBrushId; UGKBool m_bSmooth; /* TRUE if (m_nCoordDataSize & 0x80000000) */ TABMAPObjPLine(){}; virtual ~TABMAPObjPLine(){}; virtual int WriteObj(TABMAPObjectBlock *); virtual int ReadObj(TABMAPObjectBlock *);};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -