GraphicsPath.GraphicsPath

GraphicsPath()

Inicializa una nueva instancia delGraphicsPath clase.

public GraphicsPath()

Ver también


GraphicsPath(Figure[])

Inicializa una nueva instancia delGraphicsPath clase.

public GraphicsPath(Figure[] figures)
ParámetroEscribeDescripción
figuresFigure[]Las cifras desde las que inicializar.

Ver también


GraphicsPath(Figure[], FillMode)

Inicializa una nueva instancia delGraphicsPath clase.

public GraphicsPath(Figure[] figures, FillMode fillMode)
ParámetroEscribeDescripción
figuresFigure[]Las cifras desde las que inicializar.
fillModeFillModeEl modo de relleno.

Ver también


GraphicsPath(FillMode)

Inicializa una nueva instancia delGraphicsPath clase.

public GraphicsPath(FillMode fillMode)
ParámetroEscribeDescripción
fillModeFillModeEl modo de relleno.

Ver también