When overridden in a derived class, creates an exact copy of this ImageEx object.
Syntax
'Declaration
Public MustOverride Function Clone() As Object
public abstract object Clone()
Return Value
The new ImageEx object that this method creates.
See Also