PathElement

An element of a cairo Path and the objects iterated by a PathRange.

Members

Aliases

opIndex
alias opIndex = getPoint

Convenience operator overload.

Functions

getPoint
Point!double getPoint(int index)

Get a point from this element. Index is zero-based. The number of available points depends on the elements type:

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

type
PathElementType type [@property getter]

The type of this element.

Meta