SystemInformation.GetVerticalScrollBarWidthForDpi(Int32) 方法

定义

获取给定 DPI 值的垂直滚动条的默认高度(以像素为单位)。

public:
 static int GetVerticalScrollBarWidthForDpi(int dpi);
public static int GetVerticalScrollBarWidthForDpi (int dpi);
static member GetVerticalScrollBarWidthForDpi : int -> int
Public Shared Function GetVerticalScrollBarWidthForDpi (dpi As Integer) As Integer

参数

dpi
Int32

当前显示设备的 DPI 值。

返回

垂直滚动条的默认高度(以像素为单位)。

适用于