public object Clone() { ExtendedGeneralPath copy = (ExtendedGeneralPath)MemberwiseClone (); copy._types = (sbyte []) _types.Clone (); copy._coords = (float []) _coords.Clone (); return copy; }
public object Clone() { return(new GraphicsPath((ExtendedGeneralPath)NativeObject.Clone())); }