ArcSegment 函式 (d2d1helper.h)
建立 D2D1_ARC_SEGMENT 結構。
語法
D2D1_ARC_SEGMENT ArcSegment(
[in, ref] const D2D1_POINT_2F & point,
[in, ref] const D2D1_SIZE_F & size,
[in] FLOAT rotationAngle,
[in] D2D1_SWEEP_DIRECTION sweepDirection,
[in] D2D1_ARC_SIZE arcSize
);
參數
[in, ref] point
類型:const D2D1_POINT_2F
弧線的結束點。
[in, ref] size
類型:const D2D1_SIZE_F
弧線的 x 軸半徑與 y 軸半徑。
[in] rotationAngle
類型: FLOAT
橢圓形相對於目前座標系統的旋轉度數。 正數指定順時針旋轉,負數會指定反時針旋轉。
[in] sweepDirection
值,指定弧形掃掠為順時針或反時針。
[in] arcSize
類型: D2D1_ARC_SIZE
值,指定弧線是否大於 180 度。
傳回值
類型: D2D1_ARC_SEGMENT
新的弧線段。
規格需求
最低支援的用戶端 | 適用于 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d2d1helper.h |
程式庫 | D2d1.lib |
Dll | D2d1.dll |