3 references to CreateBitmap
Microsoft.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs (3)
7
/// Helper to scope lifetime of a <see cref="Gdi.HBITMAP"/> created via <see cref="PInvokeCore.
CreateBitmap
"/>
25
/// Creates a bitmap using <see cref="PInvokeCore.
CreateBitmap
"/>
28
HBITMAP = PInvokeCore.
CreateBitmap
(nWidth, nHeight, nPlanes, nBitCount, lpvBits);