25 #ifndef GCCV_POLYGON_H
26 #define GCCV_POLYGON_H
70 void SetPoints (std::list <Point> &points);
94 void Draw (cairo_t *cr,
bool is_vector)
const;
100 virtual void BuildPath (cairo_t *cr)
const;
107 void Move (
double x,
double y);
124 #endif // GCCV_POLYGON_H