MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / HIconToWriteableBitmap

Function HIconToWriteableBitmap

FastCopy/ImageUtils.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111winrt::Microsoft::UI::Xaml::Media::Imaging::WriteableBitmap HIconToWriteableBitmap(HICON hIcon)
112{
113 ICONINFO iconInfo = { 0 };
114 GetIconInfo(hIcon, &iconInfo);
115 return HBitmapToWriteableBitmap(iconInfo.hbmColor, iconInfo.hbmMask);
116}

Callers 1

BitmapMethod · 0.85

Calls 1

HBitmapToWriteableBitmapFunction · 0.85

Tested by

no test coverage detected