BezierSegment 함수(d2d1helper.h)
D2D1_BEZIER_SEGMENT 구조를 만듭니다.
구문
D2D1_BEZIER_SEGMENT BezierSegment(
[in, ref] const D2D1_POINT_2F & point1,
[in, ref] const D2D1_POINT_2F & point2,
[in, ref] const D2D1_POINT_2F & point3
);
매개 변수
[in, ref] point1
형식: const D2D1_POINT_2F
Bezier 세그먼트의 첫 번째 제어점입니다.
[in, ref] point2
형식: const D2D1_POINT_2F
Bezier 세그먼트의 두 번째 제어점입니다.
[in, ref] point3
형식: const D2D1_POINT_2F
Bezier 세그먼트의 끝점입니다.
반환 값
새 Bezier 세그먼트입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트가 포함된 Windows Vista [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | d2d1helper.h |
라이브러리 | D2d1.lib |
DLL | D2d1.dll |