Function Context.moveTo

Begin a new sub-path. After this call the current point will be p1.

Prototypes

void moveTo(
  Point!(double) p1
);

void moveTo(
  double x,
  double y
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

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