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