LinearGradientBrushProperties 함수(d2d1helper.h)
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES 구조를 만듭니다.
구문
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES LinearGradientBrushProperties(
[in, ref] const D2D1_POINT_2F & startPoint,
[in, ref] const D2D1_POINT_2F & endPoint
);
매개 변수
[in, ref] startPoint
형식: const D2D1_POINT_2F
브러시의 좌표 공간에서 그라데이션 축의 시작점입니다.
[in, ref] endPoint
형식: const D2D1_POINT_2F
브러시의 좌표 공간에서 그라데이션 축의 끝점입니다.
반환 값
형식: D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
ID2D1LinearGradientBrush에 대한 그라데이션 축의 시작점과 끝점을 포함하는 구조체입니다.
요구 사항
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | d2d1helper.h |
라이브러리 | D2d1.lib |
DLL | D2d1.dll |