Version

GetRoundedRectPath(Rectangle,Int32) Method

Creates a System.Drawing.Drawing2D.GraphicsPath for a rectangle with rounded corners
Syntax
'Declaration
 
Public Overloads Shared Function GetRoundedRectPath( _
   ByVal rect As Rectangle, _
   ByVal radius As Integer _
) As GraphicsPath
public static GraphicsPath GetRoundedRectPath( 
   Rectangle rect,
   int radius
)

Parameters

rect
Rectangle whose corners should be rounded
radius
Radius of the corner arcs

Return Value

A GraphicsPath for the rounded rectangle
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also