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 이 도우미 클래스를 초기화할 개체입니다.

적용 대상