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
贝塞尔段的第一个控制点。
[in, ref] point2
类型: const D2D1_POINT_2F
贝塞尔段的第二个控制点。
[in, ref] point3
类型: const D2D1_POINT_2F
贝塞尔段的终点。
返回值
新的贝塞尔段。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 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 |