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 値。

戻り値

垂直スクロール バーの既定の高さ (ピクセル単位)。

適用対象