Trait windows::Win32::UI::Wpf::IMILBitmapEffectFactory_Impl

pub trait IMILBitmapEffectFactory_Impl: Sized {
    // Required methods
    fn CreateEffect(&self, pguideffect: *const GUID) -> Result<IMILBitmapEffect>;
    fn CreateContext(&self) -> Result<IMILBitmapEffectRenderContext>;
    fn CreateEffectOuter(&self) -> Result<IMILBitmapEffect>;
}

Required Methods§

fn CreateEffect(&self, pguideffect: *const GUID) -> Result<IMILBitmapEffect>

fn CreateContext(&self) -> Result<IMILBitmapEffectRenderContext>

fn CreateEffectOuter(&self) -> Result<IMILBitmapEffect>

Object Safety§

This trait is not object safe.

Implementors§