Trait mltg::Fill

source ·
pub trait Fill {
    // Required method
    fn fill(&self, dc: &ID2D1DeviceContext5, brush: &ID2D1Brush);
}

Required Methods§

source

fn fill(&self, dc: &ID2D1DeviceContext5, brush: &ID2D1Brush)

Implementations on Foreign Types§

source§

impl<T> Fill for (&TextLayout, T)where T: Into<Point<f32>> + Clone,

Implementors§