ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearModalityTransform Class / Clone Method




In This Topic
    Clone Method (ImGearModalityTransform)
    In This Topic
    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