Is there a way to determine if HICON contains 100% transparent pixels?

I have a list of icon images. I need to know if HICON gets 100% transparent pixels from this image list.

How would I do that? Is there a function that does this, or do I have to "collapse my own"?

+4
source share

All Articles