DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / Update Method



    Update Method (DicomLabel)
    Force display update for this label
    Force display update for this label
    Syntax
    'Declaration
     
    
    Public Sub Update() 
     
    'Usage
     
    
    Dim instance As DicomLabel
     
    instance.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also