Search Results for

    Show / Hide Table of Contents

    Class OTZSystemInformation

    現在のシステム環境に関する情報を提供します。

    Inheritance
    System.Object
    OTZSystemInformation
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZSystemInformation

    プロパティ

    PrimaryScreenDpi

    宣言
    public static int PrimaryScreenDpi { get; }
    プロパティ値
    型 説明
    System.Int32

    メソッド

    GetCaptionHeight(Int32)

    キャプション領域の高さ (ピクセル単位)を取得します。

    宣言
    public static int GetCaptionHeight(int dpi)
    パラメーター
    型 名前 説明
    System.Int32 dpi
    戻り値
    型 説明
    System.Int32

    GetFrameBorderSize(Int32)

    キャプションがあり、サイズを変更できないウィンドウの枠の境界線の太さ (ピクセル単位) を取得します。

    宣言
    public static Size GetFrameBorderSize(int dpi)
    パラメーター
    型 名前 説明
    System.Int32 dpi
    戻り値
    型 説明
    Size

    GetPaddingBorder(Int32)

    キャプション付きウィンドウの罫線のパディングの量 (ピクセル単位)を取得します。

    宣言
    public static int GetPaddingBorder(int dpi)
    パラメーター
    型 名前 説明
    System.Int32 dpi
    戻り値
    型 説明
    System.Int32

    GetSmallIconSize(Int32)

    小さいアイコンのサイズ (ピクセル単位) を取得します。

    宣言
    public static Size GetSmallIconSize(int dpi)
    パラメーター
    型 名前 説明
    System.Int32 dpi
    戻り値
    型 説明
    Size
    In This Article
    Back to top Generated by DocFX