Type Definition mltg::Rect

source ·
pub type Rect<T> = Rect<T>;

Trait Implementations§

source§

impl Fill for Rect<f32>

source§

impl Stroke for Rect<f32>

source§

fn stroke( &self, dc: &ID2D1DeviceContext5, brush: &ID2D1Brush, width: f32, style: Option<&ID2D1StrokeStyle> )