The OpenD Programming Language

Geom

Hold the data needed to draw to a plot context

Constructors

this
this(T tup)

Construct from a tuple

Members

Aliases

drawFunction
alias drawFunction = cairo.Context delegate(cairo.Context context, in GuideToDoubleFunction xFunc, in GuideToDoubleFunction yFunc, in GuideToColourFunction cFunc, in GuideToDoubleFunction sFunc)

Delegate that takes a context and draws to it

Variables

draw
Nullable!drawFunction draw;

Function to draw to a cairo context

mask
bool mask;

Whether to mask/prevent drawing outside plotting area

Meta