3 references to IntersectClipRect
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
334
PInvoke.
IntersectClipRect
(dc, targetX, targetY, targetX + clipWidth, targetY + clipHeight);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.IntersectClipRect.cs (2)
8
/// <inheritdoc cref="
IntersectClipRect
(HDC, int, int, int, int)"/>
11
GDI_REGION_TYPE result =
IntersectClipRect
(hdc.Handle, left, top, right, bottom);