SplitterEventArgs(Int32, Int32, Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的滑鼠指標和 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 座標 (在工作區座標中)。