sostyle.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 43 行
H
43 行
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CsoStyle wrapper class
class CsoStyle : public COleDispatchDriver
{
public:
CsoStyle() {} // Calls COleDispatchDriver default constructor
CsoStyle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoStyle(const CsoStyle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
unsigned long GetBrushBackColor();
void SetBrushBackColor(unsigned long);
unsigned long GetBrushColor();
void SetBrushColor(unsigned long);
long GetBrushStyle();
void SetBrushStyle(long);
unsigned long GetPenColor();
void SetPenColor(unsigned long);
long GetPenStyle();
void SetPenStyle(long);
long GetPenWidth();
void SetPenWidth(long);
double GetSymbolRotation();
void SetSymbolRotation(double);
long GetSymbolSize();
void SetSymbolSize(long);
long GetSymbolStyle();
void SetSymbolStyle(long);
BOOL GetBrushBackTransparent();
void SetBrushBackTransparent(BOOL);
// Operations
public:
long GetSmObject();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?