Clone() public méthode

public Clone ( ) : object
Résultat object
 public object Clone()
 {
     return(new GraphicsPath((ExtendedGeneralPath)NativeObject.Clone()));
 }