DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also