GraphicsPath.GraphicsPath

GraphicsPath()

初始化一个新的实例GraphicsPath类.

public GraphicsPath()

也可以看看


GraphicsPath(Figure[])

初始化一个新的实例GraphicsPath类.

public GraphicsPath(Figure[] figures)
范围类型描述
figuresFigure[]要从中初始化的数字。

也可以看看


GraphicsPath(Figure[], FillMode)

初始化一个新的实例GraphicsPath类.

public GraphicsPath(Figure[] figures, FillMode fillMode)
范围类型描述
figuresFigure[]要从中初始化的数字。
fillModeFillMode填充模式。

也可以看看


GraphicsPath(FillMode)

初始化一个新的实例GraphicsPath类.

public GraphicsPath(FillMode fillMode)
范围类型描述
fillModeFillMode填充模式。

也可以看看