ID2D1CommandSink::D rawLine 方法 (d2d1_1.h)
繪製兩點之間的線條。
語法
HRESULT DrawLine(
D2D1_POINT_2F point0,
D2D1_POINT_2F point1,
[in] ID2D1Brush *brush,
FLOAT strokeWidth,
[in, optional] ID2D1StrokeStyle *strokeStyle
);
參數
point0
類型: D2D1_POINT_2F
線條的起點。
point1
類型: D2D1_POINT_2F
行的結束點。
[in] brush
類型: ID2D1Brush*
用來填滿線條的筆刷。
strokeWidth
類型: FLOAT
要填滿線條的筆劃寬度。
[in, optional] strokeStyle
類型: ID2D1StrokeStyle*
筆劃的樣式。 如果未指定,筆劃為實心。
傳回值
類型: HRESULT
如果方法成功,則會傳回 S_OK。 如果失敗,則會傳回 HRESULT 錯誤碼。
備註
其他參考
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows 7 的 Windows 8 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | 適用於 Windows Server 2008 R2 的 Windows Server 2012 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d2d1_1.h |
Dll | D2d1.dll |