GraphicsPath.Clone

GraphicsPath.Clone method

Creates an exact copy of this path.

public object Clone()

Return Value

The GraphicsPath this method creates, cast as an object.

See Also