バージョン

GetRoundedRectPath(Rectangle,Int32) メソッド

角丸四角形の System.Drawing.Drawing2D.GraphicsPath を作成します
シンタックス
'宣言
 
Public Overloads Shared Function GetRoundedRectPath( _
   ByVal rect As Rectangle, _
   ByVal radius As Integer _
) As GraphicsPath
public static GraphicsPath GetRoundedRectPath( 
   Rectangle rect,
   int radius
)

パラメータ

rect
角の丸い四角形
radius
角の円弧の半径

戻り値の型

角丸四角形の GraphicsPath
参照