2 references to FromHrgn
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
469
Region region = Region.
FromHrgn
(hrgn);
System.Windows.Forms.Primitives (1)
System\Drawing\RegionExtensions.cs (1)
8
public static Region ToRegion(this RegionScope scope) => Region.
FromHrgn
(scope.Region);