3 references to CreateRoundedRectanglePath
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
38
using GraphicsPath fillPath =
CreateRoundedRectanglePath
(fillBounds, CornerRadius - DarkBorderGapThickness);
64
using GraphicsPath focusPath =
CreateRoundedRectanglePath
(focusRect, FocusIndicatorCornerRadius);
139
using GraphicsPath borderPath =
CreateRoundedRectanglePath
(borderRect, CornerRadius);