pub trait IDWriteBitmapRenderTarget2_Impl: Sized + IDWriteBitmapRenderTarget1_Impl {
    // Required method
    fn GetBitmapData(&self) -> Result<DWRITE_BITMAP_DATA_BGRA32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§