?? picture.h
字號(hào):
// 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.
/////////////////////////////////////////////////////////////////////////////
// CPicture wrapper class
class CPicture : public COleDispatchDriver
{
public:
CPicture() {} // Calls COleDispatchDriver default constructor
CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
long GetHandle();
long GetHPal();
void SetHPal(long);
short GetType();
long GetWidth();
long GetHeight();
// Operations
public:
// method 'Render' not emitted because of invalid return type or parameter type
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -