ImageGear .NET - Updated
Clone Method (ImGearModalityTransform)




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearModalityTransform Class : Clone Method
Creates a deep copy of the object.
Syntax
'Declaration
 
Public Function Clone() As ImGearModalityTransform
'Usage
 
Dim instance As ImGearModalityTransform
Dim value As ImGearModalityTransform
 
value = instance.Clone()
public ImGearModalityTransform Clone()
public: ImGearModalityTransform* Clone(); 
public:
ImGearModalityTransform^ Clone(); 

Return Value

The new instance of ImGearModalityTransform class object.
Remarks
This method makes a deep copy of the ImGearModalityTransform class object.
See Also

Reference

ImGearModalityTransform Class
ImGearModalityTransform Members