TouchVG framework
Public 成员函数 | 所有成员列表
MgPath::MgSegmentCallback结构体 参考abstract

遍历路径段的回调接口 更多...

#include <mgpath.h>

类 MgPath::MgSegmentCallback 继承关系图:
Inheritance graph

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
 

详细描述

遍历路径段的回调接口


该结构体的文档由以下文件生成:

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