Search Results for

    Show / Hide Table of Contents

    Struct POINT

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

    コンストラクタ

    POINT(Point)

    コンストラクタ

    宣言
    public POINT(Point pt)
    パラメーター
    型 名前 説明
    Point pt

    POINT(Int32, Int32)

    コンストラクタ

    宣言
    public POINT(int x, int y)
    パラメーター
    型 名前 説明
    System.Int32 x
    System.Int32 y

    プロパティ

    X

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

    Y

    宣言
    public int Y { readonly get; set; }
    プロパティ値
    型 説明
    System.Int32
    In This Article
    Back to top Generated by DocFX