GetDPIDependentRectangle Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function GetDPIDependentRectangle( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Windows.Forms.Control _
) As System.Drawing.Rectangle
public static System.Drawing.Rectangle GetDPIDependentRectangle(
System.Drawing.Rectangle ,
System.Windows.Forms.Control
)
Parameters
- r
- control
See Also