GraphicsPath::Clone方法會建立新的GraphicsPath物件,並使用這個GraphicsPath物件的內容初始化它。
Syntax
GraphicsPath * Clone();
傳回值
類型: GraphicsPath*
這個方法會傳回新 GraphicsPath 物件的指標。
需求
| 最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
| 最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
| 目標平台 | Windows |
| 標頭 | gdipluspath.h (包含 Gdiplus.h) |
| 程式庫 | Gdiplus.lib |
| Dll | Gdiplus.dll |