DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Update Method






In This Topic
    Update Method (DicomLabel)
    In This Topic
    Force display update for this label
    Force display update for this label
    Syntax
    'Declaration
     
    
    Public Sub Update() 
    'Usage
     
    
    Dim instance As DicomLabel
     
    instance.Update()
    public void Update()
    public procedure Update(); 
    public function Update();
    public: void Update(); 
    public:
    void Update(); 
    Remarks
    This method is useful when elements or properties of a DicomLabel have been altered, (e.g. the items in the Points array, as the label receives no other notification that these have changed, preventing the normal update mechanism from occurring.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also