GraphicsPath.GraphicsPath

GraphicsPath()

Initialiseert een nieuw exemplaar van hetGraphicsPath klasse.

public GraphicsPath()

Zie ook


GraphicsPath(Figure[])

Initialiseert een nieuw exemplaar van hetGraphicsPath klasse.

public GraphicsPath(Figure[] figures)
ParameterTypeBeschrijving
figuresFigure[]De cijfers om van te initialiseren.

Zie ook


GraphicsPath(Figure[], FillMode)

Initialiseert een nieuw exemplaar van hetGraphicsPath klasse.

public GraphicsPath(Figure[] figures, FillMode fillMode)
ParameterTypeBeschrijving
figuresFigure[]De cijfers om van te initialiseren.
fillModeFillModeDe vulmodus.

Zie ook


GraphicsPath(FillMode)

Initialiseert een nieuw exemplaar van hetGraphicsPath klasse.

public GraphicsPath(FillMode fillMode)
ParameterTypeBeschrijving
fillModeFillModeDe vulmodus.

Zie ook