GraphicsPathIterator(GraphicsPath) Constructor

Definición

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

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 auxiliar.

Se aplica a