Type Definition limn_core::geometry::Rect
[−]
[src]
type Rect = TypedRect<f32, DensityIndependentPixel>;
type Rect = TypedRect<f32, DensityIndependentPixel>;
impl RectExt<f32> for Rect
[src]fn from_rusttype<S: Into<f32>>(rect: Rect<S>) -> Self
[src]fn to_slice(&self) -> [f32; 4]
[src]fn left(&self) -> f32
[src]fn top(&self) -> f32
[src]fn right(&self) -> f32
[src]fn bottom(&self) -> f32
[src]fn width(&self) -> f32
[src]fn height(&self) -> f32
[src]fn center(&self) -> Point
[src]fn shrink_bounds(&self, size: f32) -> Self
[src]