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 개체입니다.

적용 대상