GraphicsPath::GraphicsPath(FillMode) 메서드(gdipluspath.h)
GraphicsPath::GraphicsPath 개체를 만들고 채우기 모드를 초기화합니다. 이것이 기본 생성자입니다.
구문
void GraphicsPath(
[in] FillMode fillMode
);
매개 변수
[in] fillMode
형식: FillMode
(선택 사항) 경로가 교차하는 경우 영역을 채우는 방법을 지정하는 FillMode 열거형의 요소입니다. 기본값은 FillModeAlternate
입니다.
반환 값
없음
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdipluspath.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |