バージョン

FillRoundedRect メソッド (Graphics)

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

パラメータ

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

オンラインで表示: GitHub