SystemInformation.GetHorizontalScrollBarHeightForDpi(Int32) メソッド

定義

指定した DPI 値の水平スクロール バーの既定の高さ (ピクセル単位) を取得します。

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

パラメーター

dpi
Int32

現在のディスプレイ デバイスの DPI 値。

戻り値

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

適用対象