Constructor SplitterEventArgs
SplitterEventArgs(double, double, double, double)
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(double x, double y, double splitX, double splitY)
Parameters
x
doubleThe x-coordinate of the mouse pointer.
y
doubleThe y-coordinate of the mouse pointer.
splitX
doubleThe x-coordinate of the upper-left corner of the splitter.
splitY
doubleThe y-coordinate of the upper-left corner of the splitter.
Remarks
Parameters are in client coordinates.