windows::Win32::Graphics::Direct2D

Trait ID2D1EllipseGeometry_Impl

pub trait ID2D1EllipseGeometry_Impl: ID2D1Geometry_Impl {
    // Required method
    fn GetEllipse(&self, ellipse: *mut D2D1_ELLIPSE);
}

Required Methods§

fn GetEllipse(&self, ellipse: *mut D2D1_ELLIPSE)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§