Constructor SplitterEventArgs
SplitterEventArgs(float, float, float, float)
Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the splitter.
public SplitterEventArgs(float x, float y, float splitX, float splitY)
Parameters
xfloatThe x-coordinate of the mouse pointer.
yfloatThe y-coordinate of the mouse pointer.
splitXfloatThe x-coordinate of the upper-left corner of the splitter.
splitYfloatThe y-coordinate of the upper-left corner of the splitter.
Remarks
Parameters are in client coordinates.