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