InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ColumnPanel Class / GetDeviceDPI Method

In This Topic
    GetDeviceDPI Method (ColumnPanel)
    In This Topic
    Gets the DPI value for the display device where the HostControl is currently being displayed.
    Syntax
    'Declaration
     
    Protected Function GetDeviceDPI() As Integer
    protected int GetDeviceDPI()
    Remarks
    Returns Element.DEFAULT_DPI if has no HostControl.
    See Also