Function cairo_pattern_create_linear

Pattern creation functions

Prototype

extern(C) cairo_pattern_t* cairo_pattern_create_linear(
  double x0,
  double y0,
  double x1,
  double y1
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1