Trait windows::Win32::Graphics::Direct2D::ID2D1DCRenderTarget_Impl
pub trait ID2D1DCRenderTarget_Impl: Sized + ID2D1RenderTarget_Impl {
// Required method
fn BindDC(&self, hdc: HDC, psubrect: *const RECT) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.