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




In This Topic
    Clone Method (ImGearVOITransform)
    In This Topic
    Creates a deep copy of the object.
    Syntax
    'Declaration
     
    Public Function Clone() As ImGearVOITransform
    'Usage
     
    Dim instance As ImGearVOITransform
    Dim value As ImGearVOITransform
     
    value = instance.Clone()
    public ImGearVOITransform Clone()
    public: ImGearVOITransform* Clone(); 
    public:
    ImGearVOITransform^ Clone(); 

    Return Value

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