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

colourStore
GuideStore!"colour" colourStore;
Undocumented in source.
draw
Nullable!drawFunction draw;

Function to draw to a cairo context

mask
bool mask;

Whether to mask/prevent drawing outside plotting area

sizeStore
GuideStore!"size" sizeStore;
Undocumented in source.
xStore
GuideStore!"x" xStore;
Undocumented in source.
yStore
GuideStore!"y" yStore;
Undocumented in source.

Meta