CustomLineCap::SetStrokeCaps 方法 (gdiplusheaders.h)
CustomLineCap::SetStrokeCaps方法會設定用來定義這個CustomLineCap物件之 GraphicsPath物件內開始和結束線條的LineCap物件。
語法
Status SetStrokeCaps(
[in] LineCap startCap,
[in] LineCap endCap
);
參數
[in] startCap
類型: LineCap
LineCap列舉的 元素,指定要繪製之線條開頭的線條上限。
[in] endCap
類型: LineCap
LineCap列舉的 元素,指定要繪製之線條結尾的線條上限。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |