Trait windows::Win32::UI::Wpf::IMILBitmapEffectGroupImpl_Impl

pub trait IMILBitmapEffectGroupImpl_Impl: Sized {
    // Required methods
    fn Preprocess(
        &self,
        pcontext: Option<&IMILBitmapEffectRenderContext>,
    ) -> Result<()>;
    fn GetNumberChildren(&self) -> Result<u32>;
    fn GetChildren(&self) -> Result<IMILBitmapEffects>;
}

Required Methods§

fn Preprocess( &self, pcontext: Option<&IMILBitmapEffectRenderContext>, ) -> Result<()>

fn GetNumberChildren(&self) -> Result<u32>

fn GetChildren(&self) -> Result<IMILBitmapEffects>

Object Safety§

This trait is not object safe.

Implementors§