|
ImageInfoClone Method
|
Creates a new object that is a copy of the current instance.
Namespace:
Accord.Imaging.Formats
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public virtual Object Clone()
Public Overridable Function Clone As Object
Request Example
View SourceReturn Value
Type:
ObjectA new object that is a copy of this instance.
Implements
ICloneableCloneSee Also