5 references to R2_MODE
Microsoft.Private.Windows.Core (5)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (1)
834 internal static extern int SetROP2(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.R2_MODE rop2);
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (4)
22private readonly R2_MODE _previousRop; 26/// Selects <paramref name="rop2"/> into the given <paramref name="hdc"/> using <see cref="PInvokeCore.SetROP2(HDC, R2_MODE)"/>. 28public SetRop2Scope(HDC hdc, R2_MODE rop2) 30_previousRop = (R2_MODE)PInvokeCore.SetROP2(hdc, rop2);