?? sogeometry.h
字號:
// 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 CsoRect;
class CsoStyle;
class CsoSpatialOperator;
class CsoSpatialRelation;
class CsoSpatialRelation2;
class CsoPoint;
/////////////////////////////////////////////////////////////////////////////
// CsoGeometry wrapper class
class CsoGeometry : public COleDispatchDriver
{
public:
CsoGeometry() {} // Calls COleDispatchDriver default constructor
CsoGeometry(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoGeometry(const CsoGeometry& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
long GetDimension();
void SetDimension(long);
BOOL GetIsEmpty();
void SetIsEmpty(BOOL);
BOOL GetIsSimple();
void SetIsSimple(BOOL);
CsoRect GetBounds();
void SetBounds(LPDISPATCH);
BOOL GetHasBounds();
void SetHasBounds(BOOL);
BOOL GetHasStyle();
void SetHasStyle(BOOL);
long GetId();
void SetId(long);
long GetByteSize();
void SetByteSize(long);
long GetPartCount();
void SetPartCount(long);
long GetType();
void SetType(long);
CsoStyle GetStyle();
void SetStyle(LPDISPATCH);
CsoPoint GetCentroidPoint();
void SetCentroidPoint(LPDISPATCH);
// Operations
public:
void SetEmpty();
CsoGeometry Clone();
BOOL HitTest(LPDISPATCH pntHitTest, double dTolerance);
BOOL Offset(double xOffset, double yOffset);
CString ToXML();
BOOL FromXML(LPCTSTR strXML);
void Rotate(LPDISPATCH pntBase, double dAngle);
void Zoom(double dRatioX, double dRatioY);
void Resize(LPDISPATCH Bounds);
void Mirror(LPDISPATCH Points);
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -