pub trait IWICPixelFormatInfo2_Impl: Sized + IWICPixelFormatInfo_Impl {
    // Required methods
    fn SupportsTransparency(&self) -> Result<BOOL>;
    fn GetNumericRepresentation(
        &self,
    ) -> Result<WICPixelFormatNumericRepresentation>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§