C# Class ComponentFactory.Krypton.Docking.ScreenAndOffsetEventArgs

Event arguments for events that need a screen point and element offset.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ScreenAndOffsetEventArgs ( Point screenPoint, Point elementOffset ) : System

Initialize a new instance of the ScreenAndOffsetEventArgs class.

Method Details

ScreenAndOffsetEventArgs() public method

Initialize a new instance of the ScreenAndOffsetEventArgs class.
public ScreenAndOffsetEventArgs ( Point screenPoint, Point elementOffset ) : System
screenPoint Point Screen point.
elementOffset Point Element offset.
return System