主页 / 库函数目录 / 图形绘制 / ege_path 类
功能:
用于保存路径信息
声明:
struct ege_path
{
private:
void* m_data;
public:
ege_path();
ege_path(const ege_point* points, const unsigned char* types, int count);
ege_path(const ege_path& path);
virtual ~ege_path();
const void* data() const;
void* data();
ege_path& operator=(const ege_path& path);
};