GraphicsPath.GraphicsPath

GraphicsPath()

の新しいインスタンスを初期化しますGraphicsPathclass.

public GraphicsPath()

関連項目


GraphicsPath(Figure[])

の新しいインスタンスを初期化しますGraphicsPathclass.

public GraphicsPath(Figure[] figures)
パラメータタイプ説明
figuresFigure[]初期化する数値。

関連項目


GraphicsPath(Figure[], FillMode)

の新しいインスタンスを初期化しますGraphicsPathclass.

public GraphicsPath(Figure[] figures, FillMode fillMode)
パラメータタイプ説明
figuresFigure[]初期化する数値。
fillModeFillMode塗りつぶしモード。

関連項目


GraphicsPath(FillMode)

の新しいインスタンスを初期化しますGraphicsPathclass.

public GraphicsPath(FillMode fillMode)
パラメータタイプ説明
fillModeFillMode塗りつぶしモード。

関連項目