Clone
GraphicsPath.Clone method
复制当前路径对象。
public object Clone()
返回值
创建这个的精确副本GraphicsPath
.
例外
例外 | (健康)状况 |
---|---|
NotImplementedException | 未实现。 |
也可以看看
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing
复制当前路径对象。
public object Clone()
创建这个的精确副本GraphicsPath
.
例外 | (健康)状况 |
---|---|
NotImplementedException | 未实现。 |