Trait windows::Win32::Graphics::Imaging::IWICPixelFormatInfo2_Impl
pub trait IWICPixelFormatInfo2_Impl: Sized + IWICPixelFormatInfo_Impl {
// Required methods
fn SupportsTransparency(&self) -> Result<BOOL>;
fn GetNumericRepresentation(
&self,
) -> Result<WICPixelFormatNumericRepresentation>;
}
Required Methods§
fn SupportsTransparency(&self) -> Result<BOOL>
fn GetNumericRepresentation( &self, ) -> Result<WICPixelFormatNumericRepresentation>
Object Safety§
This trait is not object safe.