Skip to main content

Module painter

Module painter 

Source
Expand description

Canvas wearing the painting contract.

Structs§

ClipToken
Proof that a clip was narrowed, and the only way to widen one back.
Clipped
A painter with a narrowed clip, which it restores when dropped.
Pen
The pen widgets draw with: a &mut dyn Painter wearing the ergonomics the trait cannot have.

Traits§

Painter
A clipped drawing target.
PainterExt
The part of the painting API that cannot be object-safe.