[][src]Trait dxplr::d2d1::IBrush

pub trait IBrush: IResource {
    fn get_opacity(&self) -> f32;
fn get_transform(&self) -> Matrix3x2F;
fn set_opacity(&self, opacity: f32);
fn set_transform(&self, m: &Matrix3x2F); }

Required methods

fn get_opacity(&self) -> f32

fn get_transform(&self) -> Matrix3x2F

fn set_opacity(&self, opacity: f32)

fn set_transform(&self, m: &Matrix3x2F)

Loading content...

Implementors

impl IBrush for BitmapBrush[src]

impl IBrush for Brush[src]

impl IBrush for LinearGradientBrush[src]

impl IBrush for RadialGradientBrush[src]

impl IBrush for SolidColorBrush[src]

Loading content...