Trait windows::Win32::Graphics::Direct2D::ID2D1GdiMetafile_Impl

pub trait ID2D1GdiMetafile_Impl: Sized + ID2D1Resource_Impl {
    // Required methods
    fn Stream(&self, sink: Option<&ID2D1GdiMetafileSink>) -> Result<()>;
    fn GetBounds(&self) -> Result<D2D_RECT_F>;
}

Required Methods§

fn Stream(&self, sink: Option<&ID2D1GdiMetafileSink>) -> Result<()>

fn GetBounds(&self) -> Result<D2D_RECT_F>

Object Safety§

This trait is not object safe.

Implementors§