QuadraticBezierSegment 函数 (d2d1helper.h)

创建 D2D1_QUADRATIC_BEZIER_SEGMENT 结构。

语法

D2D1_QUADRATIC_BEZIER_SEGMENT QuadraticBezierSegment(
  [in, ref] const D2D1_POINT_2F & point1,
  [in, ref] const D2D1_POINT_2F & point2
);

参数

[in, ref] point1

类型: const D2D1_POINT_2F

二次贝塞尔段的控制点。

[in, ref] point2

类型: const D2D1_POINT_2F

二次贝塞尔段的终点。

返回值

类型: D2D1_QUADRATIC_BEZIER_SEGMENT

新的二次贝塞尔曲线段。

要求

要求
最低受支持的客户端 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