Trait windows::Win32::Storage::Xps::IXpsOMBrush_Impl

pub trait IXpsOMBrush_Impl: Sized + IXpsOMShareable_Impl {
    // Required methods
    fn GetOpacity(&self) -> Result<f32>;
    fn SetOpacity(&self, opacity: f32) -> Result<()>;
}

Required Methods§

fn GetOpacity(&self) -> Result<f32>

fn SetOpacity(&self, opacity: f32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§