バージョン

GetRoundedRectPath(Rectangle,Int32,Corners) メソッド

指定した角丸を持つ四角形の System.Drawing.Drawing2D.GraphicsPath を作成します。
シンタックス
'宣言
 
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
)

パラメータ

rect
角の丸い四角形
radius
角の円弧の半径
corners
どの角が丸いかを示す列挙体

戻り値の型

角丸四角形の GraphicsPath
参照