Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the image is transparent.
Syntax
HRESULT IsTransparent();
Return value
Type: HRESULT
Returns one of the following:
Return code | Description |
---|---|
|
The image has transparency. |
|
The image does not have transparency. |
|
The image has not been decoded. |
Remarks
If an image supports transparency but does not use it, the method returns S_FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shimgdata.h |
DLL | Shell32.dll |