다음을 통해 공유


GraphicsPathIterator::GraphicsPathIterator(constGraphicsPath*) 메서드(gdipluspath.h)

GraphicsPathIterator::GraphicsPathIterator 개체를 만들고 GraphicsPath 개체와 연결합니다.

구문

void GraphicsPathIterator(
  [in] const GraphicsPath *path
);

매개 변수

[in] path

형식: GraphicsPath*

GraphicsPathIterator::GraphicsPathIterator 개체와 연결될 GraphicsPath 개체에 대한 포인터입니다.

반환 값

없음

요구 사항

   
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional [데스크톱 앱만 해당]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 gdipluspath.h(Gdiplus.h 포함)
라이브러리 Gdiplus.lib
DLL Gdiplus.dll

참고 항목

Graphicspath

GraphicsPathIterator