GraphicsPath.GraphicsPath

GraphicsPath()

Initializes a new instance of the GraphicsPath class.

public GraphicsPath()

See Also


GraphicsPath(Figure[])

Initializes a new instance of the GraphicsPath class.

public GraphicsPath(Figure[] figures)
ParameterTypeDescription
figuresFigure[]The figures to initialize from.

See Also


GraphicsPath(Figure[], FillMode)

Initializes a new instance of the GraphicsPath class.

public GraphicsPath(Figure[] figures, FillMode fillMode)
ParameterTypeDescription
figuresFigure[]The figures to initialize from.
fillModeFillModeThe fill mode.

See Also


GraphicsPath(FillMode)

Initializes a new instance of the GraphicsPath class.

public GraphicsPath(FillMode fillMode)
ParameterTypeDescription
fillModeFillModeThe fill mode.

See Also