Trait windows::Win32::Graphics::Direct2D::ID2D1BitmapRenderTarget_Impl
pub trait ID2D1BitmapRenderTarget_Impl: Sized + ID2D1RenderTarget_Impl {
// Required method
fn GetBitmap(&self) -> Result<ID2D1Bitmap>;
}
Required Methods§
fn GetBitmap(&self) -> Result<ID2D1Bitmap>
Object Safety§
This trait is not object safe.