Search Results for

    Show / Hide Table of Contents

    Struct RECT

    名前空間: OTZControls.WindowsApi
    アセンブリ: OTZControls.dll
    Syntax
    public struct RECT

    コンストラクタ

    RECT(RECT)

    コンストラクタ

    宣言
    public RECT(RECT rect)
    パラメーター
    型 名前 説明
    RECT rect

    RECT(Rectangle)

    コンストラクタ

    宣言
    public RECT(Rectangle rect)
    パラメーター
    型 名前 説明
    Rectangle rect

    RECT(Int32, Int32, Int32, Int32)

    コンストラクタ

    宣言
    public RECT(int left, int top, int right, int bottom)
    パラメーター
    型 名前 説明
    System.Int32 left
    System.Int32 top
    System.Int32 right
    System.Int32 bottom

    フィールド

    Bottom

    宣言
    public int Bottom
    Field Value
    型 説明
    System.Int32

    Left

    宣言
    public int Left
    Field Value
    型 説明
    System.Int32

    Right

    宣言
    public int Right
    Field Value
    型 説明
    System.Int32

    Top

    宣言
    public int Top
    Field Value
    型 説明
    System.Int32

    メソッド

    Height()

    宣言
    public int Height()
    戻り値
    型 説明
    System.Int32

    ToRectangle()

    宣言
    public Rectangle ToRectangle()
    戻り値
    型 説明
    Rectangle

    ToString()

    宣言
    public override string ToString()
    戻り値
    型 説明
    System.String
    オーバーライド
    System.ValueType.ToString()

    Width()

    宣言
    public int Width()
    戻り値
    型 説明
    System.Int32
    In This Article
    Back to top Generated by DocFX