3 references to IntersectClip
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
206
g.
IntersectClip
(new Rectangle(290, 40, 60, 80));
223
g.
IntersectClip
(new Rectangle(290, 40, 60, 80));
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1165
e.Graphics.
IntersectClip
(imageBounds);