Windows\Win32\PInvokeCore.BitBlt.cs (8)
8/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int, ROP_CODE)"/>
15HDC hdcSrc,
18ROP_CODE rop) where T : IHandle<HDC>
34/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int, ROP_CODE)"/>
36HDC hdc,
44ROP_CODE rop) where T : IHandle<HDC>