The OpenD Programming Language

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:

Properties

type
PathElementType type [@property getter]

The type of this element.

Meta