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