Clone()

GraphicsPath::Clone() method

Creates a copy of the current object.

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

Return Value

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

See Also