SystemInformation.GetVerticalScrollBarWidthForDpi(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定 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 值。
返回
垂直滚动条的默认高度(以像素为单位)。