ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Drawing.Rectangle, _
       ByVal control As System.Windows.Forms.Control _
    ) As System.Drawing.Rectangle
    public static System.Drawing.Rectangle GetDPIDependentRectangle( 
       System.Drawing.Rectangle r,
       System.Windows.Forms.Control control
    )

    Parameters

    r
    control
    See Also