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、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | d2d1helper.h |
Library | D2d1.lib |
DLL | D2d1.dll |