Image.Clone Method

Definition

Creates an exact copy of this Image.

public:
 virtual System::Object ^ Clone();
public object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Function Clone () As Object

Returns

The Image this method creates, cast as an object.

Implements

Applies to