Trait windows::Win32::Graphics::Direct2D::ID2D1GdiMetafile1_Impl
pub trait ID2D1GdiMetafile1_Impl: Sized + ID2D1GdiMetafile_Impl {
// Required methods
fn GetDpi(&self, dpix: *mut f32, dpiy: *mut f32) -> Result<()>;
fn GetSourceBounds(&self) -> Result<D2D_RECT_F>;
}
Required Methods§
fn GetDpi(&self, dpix: *mut f32, dpiy: *mut f32) -> Result<()>
fn GetSourceBounds(&self) -> Result<D2D_RECT_F>
Object Safety§
This trait is not object safe.