DrawPath

Graphics.DrawPath method

Dibuja un GraphicsPath.

public void DrawPath(Pen pen, GraphicsPath path)
ParámetroEscribeDescripción
penPenPen que determina el color, el ancho y el estilo de la ruta.
pathGraphicsPathGraphicsPath para dibujar.

Ver también