CustomLineCap::CustomLineCap(constGraphicsPath*,constGraphicsPath*,LineCap,REAL) 메서드(gdiplusheaders.h)
CustomLineCap::CustomLineCap 개체를 만듭니다.
구문
void CustomLineCap(
[in] const GraphicsPath *fillPath,
[in] const GraphicsPath *strokePath,
[in] LineCap baseCap,
[in] REAL baseInset
);
매개 변수
[in] fillPath
형식: const GraphicsPath*
경로에 대한 포인터입니다.
[in] strokePath
형식: const GraphicsPath*
경로에 대한 포인터입니다.
[in] baseCap
형식: LineCap
(선택 사항) 사용할 줄 뚜껑을 지정하는 LineCap 열거형의 요소입니다. 기본값은 LineCapFlat입니다.
[in] baseInset
형식: REAL
(선택 사항) 기본값은 0입니다.
반환 값
없음
설명
fillPath 및 strokePath 매개 변수는 동시에 사용할 수 없습니다. 이러한 두 매개 변수 중 하나에 NULL 을 전달해야 합니다. 두 매개 변수에 null이 아닌 값을 전달하면 fillPath 가 무시됩니다.
CustomLineCap::CustomLineCap 클래스는 CustomLineCap::CustomLineCap 생성자에 전달된 GraphicsPath 개체에 대해 설정된 채우기 모드에 관계없이 구불 구불한 채우기 모드를 사용합니다.
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplusheaders.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |