Version

GetRoundedRectPath(Rectangle,Int32,Corners) Method

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

Parameters

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

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