3 references to SetClip
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
535public void SetClip(GraphicsPath path) => SetClip(path, Drawing2D.CombineMode.Replace);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
223graphics.SetClip(bowlPath, CombineMode.Intersect); 426graphics.SetClip(clipPath, CombineMode.Intersect);