PathRange

ForwardRange to iterate a cairo path. This range keeps a reference to its Path object, so it can be passed around without thinking about memory management.

Constructors

this
this(Path path)

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.

Members

Functions

popFront
void popFront()
empty
bool empty [@property getter]
front
PathElement front [@property getter]

ForwardRange implementation

Properties

save
PathRange save [@property getter]

ForwardRange implementation

Meta