GraphicsPathIterator(GraphicsPath) Constructor

Definición

Inicializa una nueva instancia de la clase GraphicsPathIterator con el objeto GraphicsPath especificado.

public:
 GraphicsPathIterator(System::Drawing::Drawing2D::GraphicsPath ^ path);
public GraphicsPathIterator (System.Drawing.Drawing2D.GraphicsPath path);
public GraphicsPathIterator (System.Drawing.Drawing2D.GraphicsPath? path);
new System.Drawing.Drawing2D.GraphicsPathIterator : System.Drawing.Drawing2D.GraphicsPath -> System.Drawing.Drawing2D.GraphicsPathIterator
Public Sub New (path As GraphicsPath)

Parámetros

path
GraphicsPath

Objeto GraphicsPath para el que se va a inicializar esta clase de ayuda.

Se aplica a