Share via


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 座標 (在工作區座標中)。

適用於

另請參閱