Function cairo_pattern_create_radial
Pattern creation functions
Prototype
extern(C) cairo_pattern_t* cairo_pattern_create_radial(
double cx0,
double cy0,
double radius0,
double cx1,
double cy1,
double radius1
);
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |