バージョン

FillRoundedRect メソッド (IGraphics)

丸みが付けられた四角形を塗りつぶします。
シンタックス
'宣言
 
Sub FillRoundedRect( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal ew As Single, _
   ByVal eh As Single _
) 
void FillRoundedRect( 
   float x,
   float y,
   float width,
   float height,
   float ew,
   float eh
)

パラメータ

x
矩形の左上隅の X 座標。
y
矩形の左上隅の Y 座標。
width
矩形の幅。
height
境界矩形の高さ。
ew
丸みが付けられた角を定義する楕円の幅。
eh
丸みが付けられた角を定義する楕円の高さ。
参照