DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DrawLabel Method
The label to be drawn on DicomViewer






In This Topic
    DrawLabel Method
    In This Topic
    Draws a DicomLabel onto the DicomViewer
    Syntax
    'Declaration
     
    
    Public Sub DrawLabel( _
       ByVal Label As DicomLabel _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim Label As DicomLabel
     
    instance.DrawLabel(Label)
    public void DrawLabel( 
       DicomLabel Label
    )
    public procedure DrawLabel( 
        Label: DicomLabel
    ); 
    public function DrawLabel( 
       Label : DicomLabel
    );
    public: void DrawLabel( 
       DicomLabel* Label
    ) 
    public:
    void DrawLabel( 
       DicomLabel^ Label
    ) 

    Parameters

    Label
    The label to be drawn on DicomViewer
    Remarks
    This method draws the user defined DicomLabel onto the DicomViewer, irrespective of it's multiRows and multiColumns property, in other worlds it's drawing on the DicomViewer not on its image cell.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also