Graphics.FillPath

Graphics.FillPath method

の内部を塗りつぶしますGraphicsPath .

public void FillPath(Brush brush, GraphicsPath path)
パラメータタイプ説明
brushBrushBrush塗りつぶしの特性を決定します。
pathGraphicsPathGraphicsPath塗りつぶすパスを表します。

例外

例外調子
ArgumentNullExceptionbrush null です。 -または- path無効である。

関連項目