InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetDPIDependentRectangle Method

In This Topic
    GetDPIDependentRectangle Method (Win32)
    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