windows::Win32::Graphics::Direct2D

Trait ID2D1GeometryGroup_Impl

pub trait ID2D1GeometryGroup_Impl: ID2D1Geometry_Impl {
    // Required methods
    fn GetFillMode(&self) -> D2D1_FILL_MODE;
    fn GetSourceGeometryCount(&self) -> u32;
    fn GetSourceGeometries(
        &self,
        geometries: OutRef<'_, ID2D1Geometry>,
        geometriescount: u32,
    );
}

Required Methods§

fn GetFillMode(&self) -> D2D1_FILL_MODE

fn GetSourceGeometryCount(&self) -> u32

fn GetSourceGeometries( &self, geometries: OutRef<'_, ID2D1Geometry>, geometriescount: u32, )

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§