Trait embedded_graphics::primitives::StyledDimensions [−][src]
pub trait StyledDimensions<S> { fn styled_bounding_box(&self, style: &S) -> Rectangle; }
Expand description
Styled dimensions.
Required methods
fn styled_bounding_box(&self, style: &S) -> Rectangle
[src]
fn styled_bounding_box(&self, style: &S) -> Rectangle
[src]Returns the bounding box using the given style.