TouchVG framework
|
遍历路径段的回调接口 更多...
#include <mgpath.h>
Public 成员函数 | |
virtual | ~MgSegmentCallback () |
virtual void | beginSubPath () |
virtual void | endSubPath (bool closed) |
virtual bool | processLine (int startIndex, int &endIndex, const Point2d &startpt, const Point2d &endpt)=0 |
virtual bool | processBezier (int startIndex, int &endIndex, const Point2d *pts)=0 |
遍历路径段的回调接口