2 references to SetClip
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
526
public void SetClip(Rectangle rect) =>
SetClip
(rect, Drawing2D.CombineMode.Replace);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
111
graphics.
SetClip
(focusClip, CombineMode.Intersect);