GraphicsPath.Clone

GraphicsPath.Clone method

Make a copy of the current path object.

public object Clone()

Return Value

Creates an exact copy of this GraphicsPath.

Exceptions

exceptioncondition
NotImplementedExceptionNot implemented.

See Also