TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / GetDPIDependentRectangle Method

In This Topic
    GetDPIDependentRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetDPIDependentRectangle( _
       ByVal r As Rectangle, _
       ByVal control As Control _
    ) As Rectangle
    public static Rectangle GetDPIDependentRectangle( 
       Rectangle r,
       Control control
    )

    Parameters

    r
    control
    See Also