System::Drawing::Drawing2D::GraphicsPath::Clone 方法

GraphicsPath::Clone method

创建当前对象的副本。

virtual SharedPtr<GraphicsPath> System::Drawing::Drawing2D::GraphicsPath::Clone()

ReturnValue

一个与当前对象完全相同的 GraphicsPath 对象。

另见