4 references to CornerRadius
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (4)
38
using GraphicsPath fillPath = CreateRoundedRectanglePath(fillBounds,
CornerRadius
- DarkBorderGapThickness);
139
using GraphicsPath borderPath = CreateRoundedRectanglePath(borderRect,
CornerRadius
);
180
graphics.DrawPath(topLeftPen, GetTopLeftSegmentPath(borderRect,
CornerRadius
));
184
graphics.DrawPath(bottomRightPen, GetBottomRightSegmentPath(borderRect,
CornerRadius
));