PathGradientBrush::P athGradientBrush(constPointF*,INT,WrapMode) 메서드(gdipluspath.h)
점 배열을 기반으로 PathGradientBrush 개체를 만듭니다. 경로 그라데이션 브러시의 래핑 모드를 초기화합니다.
구문
void PathGradientBrush(
[in] const PointF *points,
[in] INT count,
[in] WrapMode wrapMode
);
매개 변수
[in] points
형식: const PointF*
경로 그라데이션 브러시의 경계 경로를 지정하는 점 배열에 대한 포인터입니다.
[in] count
형식: INT
점 배열의 요소 수를 지정하는 정수입니다.
[in] wrapMode
형식: WrapMode
(선택 사항) 경로 그라데이션 브러시로 그린 영역을 타일로 배열하는 방법을 지정하는 WrapMode 열거형의 요소입니다. 기본값은 WrapModeClamp입니다.
반환 값
없음
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdipluspath.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |