Windows.Win32.Graphics.Gdi.HdcExtensions
namespace Windows.Win32.Graphics.Gdi
{
internal static class HdcExtensions
{
public static SelectPaletteScope HalftonePalette(this GetDcScope hdc, bool forceBackground, bool realizePalette);
public static SelectPaletteScope HalftonePalette<[Nullable(0)] T>(this T hdc, bool forceBackground, bool realizePalette) where T : IHandle<HDC>;
}
}