[−][src]Trait graphics::Rectangled
Should be implemented by contexts that have rectangle information.
Required methods
fn margin(self, m: Scalar) -> Self
Shrinks the current rectangle equally by all sides.
fn rel(self, x: Scalar, y: Scalar) -> Self
Moves to a relative rectangle using the current rectangle as tile.