3 references to CreateRoundedPath
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (3)
124
using GraphicsPath bodyPath =
CreateRoundedPath
(pathBounds, radius);
253
GraphicsPath path =
CreateRoundedPath
(outerBounds, outerRadius);
256
using GraphicsPath innerPath =
CreateRoundedPath
(innerBounds, innerRadius);