Trait windows::Win32::Graphics::Direct2D::ID2D1RectangleGeometry_Impl
pub trait ID2D1RectangleGeometry_Impl: Sized + ID2D1Geometry_Impl {
// Required method
fn GetRect(&self, rect: *mut D2D_RECT_F);
}
Required Methods§
fn GetRect(&self, rect: *mut D2D_RECT_F)
Object Safety§
This trait is not object safe.