Graphics.FillPath

Graphics.FillPath method

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

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

関連項目