System::Drawing::Drawing2D::GraphicsPath::Clone method

GraphicsPath::Clone method

Creates a copy of the current object.

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

ReturnValue

A GraphicsPath object which is an exact copy of the current object.

See Also