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