3 references to new
System.Drawing.Common (1)
System\Drawing\Region.cs (1)
29
public Region(Rectangle rect) :
this
((RectangleF)rect)
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1081
using Region region =
new
(focusRectangle);
1276
g.Clip = IsLabelFilledByOneLink() ? new
Region
(focusRectangle) : link.VisualRegion;