TouchVG framework

◆ MG_DECLARE_CREATE

#define MG_DECLARE_CREATE (   Cls,
  Base,
  TypeNum 
)
值:
MG_INHERIT_CREATE(Cls, Base, TypeNum) \
protected: \
void _copy(const Cls& src); \
bool _equals(const Cls& src) const; \
void _update(); \
void _transform(const Matrix2d& mat); \
void _clear(); \
float _hitTest(const Point2d& pt, float tol, MgHitResult& res) const; \
int _getPointCount() const; \
Point2d _getPoint(int index) const; \
void _setPoint(int index, const Point2d& pt);
#define MG_INHERIT_CREATE(Cls, Base, TypeNum)
Definition: mgbasesp.h:292
二维点类
Definition: mgpnt.h:15
选中点击测试的结果
Definition: mgbasesp.h:52
二维齐次变换矩阵类
Definition: mgmat.h:30

通用矢量图形框架, 版权所有 (C) 张云贵 2004-2017,BSD 开源许可证