📄 annotationtool.h
字号:
#if !defined(AFX_ANNOTATIONTOOL_H__1A80512B_0025_4201_8A4B_A4F0FA56E55C__INCLUDED_)
#define AFX_ANNOTATIONTOOL_H__1A80512B_0025_4201_8A4B_A4F0FA56E55C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 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.
// Dispatch interfaces referenced by this interface
class CTeeShapePanel;
class CAnnotationCallout;
class CBrush1;
/////////////////////////////////////////////////////////////////////////////
// CAnnotationTool wrapper class
class CAnnotationTool : public COleDispatchDriver
{
public:
CAnnotationTool() {} // Calls COleDispatchDriver default constructor
CAnnotationTool(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CAnnotationTool(const CAnnotationTool& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
long GetPosition();
void SetPosition(long nNewValue);
CTeeShapePanel GetShape();
CString GetText();
void SetText(LPCTSTR lpszNewValue);
CAnnotationCallout GetCallout();
long GetTextAlignment();
void SetTextAlignment(long nNewValue);
BOOL Clicked(long X, long Y);
long GetWidth();
void SetWidth(long nNewValue);
long GetHeight();
void SetHeight(long nNewValue);
short GetCursor();
void SetCursor(short nNewValue);
long GetLeft();
void SetLeft(long nNewValue);
long GetTop();
void SetTop(long nNewValue);
BOOL GetAutoSize();
void SetAutoSize(BOOL bNewValue);
CBrush1 GetBrush();
// method 'GetBounds' not emitted because of invalid return type or parameter type
void SetBounds(long Left, long Top, long Right, long Bottom);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ANNOTATIONTOOL_H__1A80512B_0025_4201_8A4B_A4F0FA56E55C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -