DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / OnPaint Method
Standard Paint Event arguments






    OnPaint Method (DicomViewer)
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnPaint( _
       ByVal pe As System.Windows.Forms.PaintEventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim pe As System.Windows.Forms.PaintEventArgs
     
    instance.OnPaint(pe)

    Parameters

    pe
    Standard Paint Event arguments
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also