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。
参照