2 references to GetClipRgn
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\RegionScope.cs (2)
38
/// Creates a clipping region copy via <see cref="PInvokeCore.
GetClipRgn
(HDC, HRGN)"/> for the given device context.
44
int result = PInvokeCore.
GetClipRgn
(hdc, region);