InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / GetDeviceDpi Method

In This Topic
    GetDeviceDpi Method (C1InputPanelBase)
    In This Topic
    Gets the DPI value for the display device where the control is currently being displayed.
    Syntax
    'Declaration
     
    Protected Overridable Function GetDeviceDpi() As Integer
    protected virtual int GetDeviceDpi()
    Remarks
    Returns system DPI for .Net 4.5.2 and Control.DeviceDpi for .Net 5 or highest.
    See Also