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 值。
傳回
垂直捲軸的預設高度 (以像素為單位)。