SplitterEventArgs(Int32, Int32, Int32, Int32) コンストラクター

定義

マウス ポインターの指定した座標とSplitterEventArgs コントロールの左上隅の座標を使用して、Splitter クラスのインスタンスを初期化します。

public:
 SplitterEventArgs(int x, int y, int splitX, int splitY);
public SplitterEventArgs(int x, int y, int splitX, int splitY);
new System.Windows.Forms.SplitterEventArgs : int * int * int * int -> System.Windows.Forms.SplitterEventArgs
Public Sub New (x As Integer, y As Integer, splitX As Integer, splitY As Integer)

パラメーター

x
Int32

マウス ポインターの x 座標 (クライアント座標)。

y
Int32

マウス ポインターの y 座標 (クライアント座標)。

splitX
Int32

Splitterの左上隅の x 座標 (クライアント座標)。

splitY
Int32

Splitterの左上隅の y 座標 (クライアント座標)。

適用対象

こちらもご覧ください