Clone
Makes a deep copy of the current Image.
Syntax
[C#]
virtual Image Clone();
[Visual Basic]
Overidable Function Clone() As Image
Notes
None.
Example
None.