Trait windows::Win32::UI::Wpf::IMILBitmapEffectEvents_Impl

pub trait IMILBitmapEffectEvents_Impl: Sized {
    // Required methods
    fn PropertyChange(
        &self,
        peffect: Option<&IMILBitmapEffect>,
        bstrpropertyname: &BSTR,
    ) -> Result<()>;
    fn DirtyRegion(
        &self,
        peffect: Option<&IMILBitmapEffect>,
        prect: *const MilRectD,
    ) -> Result<()>;
}

Required Methods§

fn PropertyChange( &self, peffect: Option<&IMILBitmapEffect>, bstrpropertyname: &BSTR, ) -> Result<()>

fn DirtyRegion( &self, peffect: Option<&IMILBitmapEffect>, prect: *const MilRectD, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§