[][src]Module pushrod::render::canvas_helper

This is the CanvasHelper trait that is used to help draw against a Canvas.

Traits

CanvasHelper

This trait is used in conjunction with Widgets or anything else that draws to a Canvas object. It provides convenience methods to provide drawing functions common to Widgets. All points and dimensions are relative to the position of the Widget, so no translation is necessary.