Pen::SetLineCap 方法 (gdipluspen.h)
Pen::SetLineCap 方法會設定以這個畫筆繪製之線條的開始、結束和虛線的上限樣式。
語法
Status SetLineCap(
[in] LineCap startCap,
[in] LineCap endCap,
[in] DashCap dashCap
);
參數
[in] startCap
類型: LineCap
LineCap 列舉的 元素,指定行的起始端點。
[in] endCap
類型: LineCap
LineCap 列舉的 元素,指定線條的結尾端點。
[in] dashCap
類型: DashCap
DashCap 列舉的 元素,指定虛線中虛線的開始和結束端點。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdipluspen.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |