Struct lyon::path_iterator::PathEvents [] [src]

pub struct PathEvents<SvgIter> { /* fields omitted */ }

Methods

impl<SvgIter> PathEvents<SvgIter>
[src]

[src]

Trait Implementations

impl<SvgIter> PathIterator for PathEvents<SvgIter> where
    SvgIter: SvgIterator
[src]

[src]

The returned structure exposes the current position, the first position in the current sub-path, and the position of the last control point. Read more

[src]

Returns an iterator that turns curves into line segments.

[src]

Returns an iterator of SVG events.

impl<SvgIter> Iterator for PathEvents<SvgIter> where
    SvgIter: SvgIterator
[src]

[src]