TouchVG framework
|
◆ MG_DECLARE_CREATE
值:
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(); \ int _getPointCount() const; \ Point2d _getPoint(int index) const; \
|