DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / ChangeView Method






In This Topic
    ChangeView Method (DicomImage3D)
    In This Topic
    Indicates that view has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ChangeView() 
    'Usage
     
    
    Dim instance As DicomImage3D
     
    instance.ChangeView()
    protected virtual void ChangeView()
    protected procedure ChangeView(); virtual; 
    protected function ChangeView();
    protected: virtual void ChangeView(); 
    protected:
    virtual void ChangeView(); 
    Remarks
    Amongst other uses, this updates any associated reference lines
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also