Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.9 KB

nf-wincodec-iwicpixelformatinfo2-supportstransparency.md

File metadata and controls

75 lines (60 loc) · 2.9 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wincodec.IWICPixelFormatInfo2.SupportsTransparency
IWICPixelFormatInfo2::SupportsTransparency (wincodec.h)
Returns whether the format supports transparent pixels.
IWICPixelFormatInfo2 interface [Windows Imaging Component]
SupportsTransparency method
IWICPixelFormatInfo2.SupportsTransparency
IWICPixelFormatInfo2::SupportsTransparency
SupportsTransparency
SupportsTransparency method [Windows Imaging Component]
SupportsTransparency method [Windows Imaging Component]
IWICPixelFormatInfo2 interface
_wic_codec_iwicpixelformatinfo2_supportstransparency
wic._wic_codec_iwicpixelformatinfo2_supportstransparency
wincodec/IWICPixelFormatInfo2::SupportsTransparency
wic\_wic_codec_iwicpixelformatinfo2_supportstransparency.htm
wic
953cc1f0-28ee-4717-ac95-73ab39126b27
12/05/2018
IWICPixelFormatInfo2 interface [Windows Imaging Component],SupportsTransparency method, IWICPixelFormatInfo2.SupportsTransparency, IWICPixelFormatInfo2::SupportsTransparency, SupportsTransparency, SupportsTransparency method [Windows Imaging Component], SupportsTransparency method [Windows Imaging Component],IWICPixelFormatInfo2 interface, _wic_codec_iwicpixelformatinfo2_supportstransparency, wic._wic_codec_iwicpixelformatinfo2_supportstransparency, wincodec/IWICPixelFormatInfo2::SupportsTransparency
wincodec.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
Wincodec.idl
Windowscodecs.dll
Windows
19H1
IWICPixelFormatInfo2::SupportsTransparency
wincodec/IWICPixelFormatInfo2::SupportsTransparency
c++
APIRef
kbSyntax
COM
Windowscodecs.dll
IWICPixelFormatInfo2.SupportsTransparency

IWICPixelFormatInfo2::SupportsTransparency

-description

Returns whether the format supports transparent pixels.

-parameters

-param pfSupportsTransparency [out]

Type: BOOL*

Returns TRUE if the pixel format supports transparency; otherwise, FALSE.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

An indexed pixel format will not return TRUE even though it may have some transparency support.

-see-also

IWICPixelFormatInfo2