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