Search Results for

    Show / Hide Table of Contents

    Class OTZMultiLineRange

    複数行の範囲の情報を保持する機能を提供します。

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

    コンストラクタ

    OTZMultiLineRange()

    コンストラクタ

    宣言
    public OTZMultiLineRange()

    OTZMultiLineRange(Point, Point)

    コンストラクタ

    宣言
    public OTZMultiLineRange(Point start, Point end)
    パラメーター
    型 名前 説明
    System.Drawing.Point start

    開始位置

    System.Drawing.Point end

    終了位置

    OTZMultiLineRange(Int32, Int32, Int32, Int32)

    コンストラクタ

    宣言
    public OTZMultiLineRange(int x1, int y1, int x2, int y2)
    パラメーター
    型 名前 説明
    System.Int32 x1

    開始位置。

    System.Int32 y1

    終了位置。

    System.Int32 x2

    開始位置。

    System.Int32 y2

    終了位置。

    プロパティ

    End

    終了位置を取得または設定します。

    宣言
    public Point End { get; set; }
    プロパティ値
    型 説明
    System.Drawing.Point

    IsMultiLineSelected

    複数行選択かどうかを取得します。

    宣言
    public bool IsMultiLineSelected { get; }
    プロパティ値
    型 説明
    System.Boolean

    IsSingleLineSelected

    単一行選択かどうかを取得します。

    宣言
    public bool IsSingleLineSelected { get; }
    プロパティ値
    型 説明
    System.Boolean

    Start

    開始位置を取得または設定します。

    宣言
    public Point Start { get; set; }
    プロパティ値
    型 説明
    System.Drawing.Point

    X1

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

    X2

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

    Y1

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

    Y2

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

    メソッド

    Contains(Int32, Int32)

    指定された位置が範囲内かどうかを判断します。

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

    X 座標。

    System.Int32 y

    Y 座標。

    戻り値
    型 説明
    System.Boolean
    In This Article
    Back to top Generated by DocFX