DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / OnDpiChanged Method






    OnDpiChanged Method
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Protected Overridable Sub OnDpiChanged( _
       ByVal e As System.Windows.Forms.DpiChangedEventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim e As System.Windows.Forms.DpiChangedEventArgs
     
    instance.OnDpiChanged(e)

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also