GetBorderSize Method (DpiHelper)
In This Topic
Gets the default size, in pixels, of the border for a current DPI value.
Syntax
'Declaration
Public Shared Function GetBorderSize( _
ByVal As Integer _
) As Size
public static Size GetBorderSize(
int
)
Parameters
- dpi
- The DPI value for the current display device.
See Also