System.Drawing.Drawing2D.GraphicsPath オブジェクトで定義されるパスを塗りつぶします。
シンタックス
'宣言
Public Overloads Sub FillPath( _
ByVal As System.Drawing.Brush, _
ByVal As System.Drawing.Drawing2D.GraphicsPath _
)
public void FillPath(
System.Drawing.Brush ,
System.Drawing.Drawing2D.GraphicsPath
)
パラメータ
- brush
- パスの塗りつぶしに使用する System.Drawing.Brush。
- path
- 塗りつぶす System.Drawing.Drawing2D.GraphicsPath。
参照