20 #ifndef __CANVAS_CURVE_H__
21 #define __CANVAS_CURVE_H__
46 void render (
Rect const & area, Cairo::RefPtr<Cairo::Context>)
const;
void render(Rect const &area, Cairo::RefPtr< Cairo::Context >) const
void set_fill_mode(CurveFill cf)
void compute_bounding_box() const
uint32_t points_per_segment
Points::size_type n_samples
void set_points_per_segment(uint32_t n)
bool covers(Duple const &) const
std::vector< Duple > Points