PathRange.this - multiple declarations

Function PathRange.this

Constructor to get a PathRange for a Path object. You should usually use Path's opSlice method insted, see the Path documentation for an example.

Prototype

ref this(
  Path path
);

Function PathRange.this

Prototype

ref this(
  Path path,
  int pos
);

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