Fills a path using a specified color.
シンタックス
'宣言
Public Overloads Sub FillPath( _
ByVal As IPath, _
ByVal As System.Drawing.Color _
)
public void FillPath(
IPath ,
System.Drawing.Color
)
パラメータ
- path
- An object implementing the IPath interface that represents the path to fill.
- color
- The color used to fill the path.
参照