丸い四角形を塗りつぶします。
シンタックス
'宣言
Public Shared Sub FillRound( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Brush, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public static void FillRound(
Graphics ,
Rectangle ,
Brush ,
int ,
int ,
int ,
int
)
パラメータ
- graphics
- 描画するグラフィックス。
- rect
- 丸い四角形の境界線を定義するSystem.Drawing.Rectangle構造体。
- brush
- 塗りつぶしの特性を判定するSystem.Drawing.Brush。
- tl
- 左上の丸め半径。
- tr
- 右上の丸め半径。
- br
- 右下の丸め半径。
- bl
- 左下の丸め半径。
参照