[][src]Trait dxplr::d2d1::IDrawingStateBlock

pub trait IDrawingStateBlock: IResource {
    fn get_description(&self) -> DrawingStateDescription;
fn get_text_rendering_params(&self) -> Option<RenderingParams>;
fn set_description(&self, desc: &DrawingStateDescription);
fn set_text_rendering_params(&self, params: &impl IRenderingParams); }

Required methods

Loading content...

Implementors

Loading content...