GraphicsPathIterator(GraphicsPath) Конструктор

Определение

Инициализирует новый экземпляр класса GraphicsPathIterator с указанным объектом GraphicsPath.

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)

Параметры

path
GraphicsPath

Объект GraphicsPath, для которого необходимо инициализировать данный вспомогательный класс.

Применяется к