Table of Contents

Constructor SplitterEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 double

The x-coordinate of the mouse pointer.

y double

The y-coordinate of the mouse pointer.

splitX double

The x-coordinate of the upper-left corner of the splitter.

splitY double

The y-coordinate of the upper-left corner of the splitter.

Remarks

Parameters are in client coordinates.