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




In This Topic
    ImGearModalityTransform Constructor
    In This Topic
    Initializes a new instance of the ImGearModalityTransform class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearModalityTransform()
    public ImGearModalityTransform()
    public: ImGearModalityTransform();
    public:
    ImGearModalityTransform();

    Return Value

    The new instance of ImGearModalityTransform class object.
    Remarks
    This constructor creates new instance of ImGearModalityTransform class object.
    See Also