共用方式為


GraphicsPath::StartFigure 方法 (gdipluspath.h)

GraphicsPath::StartFigure 方法會啟動新的圖形,而不關閉目前的圖形。 新增至此路徑的後續點會新增至新圖形。

Syntax

Status StartFigure();

傳回值

類型: 狀態

如果方法成功,它會傳回Ok,這是 Status 列舉的元素。

如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。

規格需求

需求
最低支援的用戶端 Windows XP、Windows 2000 Professional [僅限桌面應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 gdipluspath.h (包含 Gdiplus.h)
程式庫 Gdiplus.lib
Dll Gdiplus.dll

另請參閱

使用區域裁剪

建構和繪製路徑

建立路徑漸層

GraphicsPath

GraphicsPath::CloseFigure

GraphicsPathIterator

GraphicsPathIterator::NextSubpath 方法

路徑