ScreenAndOffsetEventArgs Constructor |
Initialize a new instance of the ScreenAndOffsetEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ScreenAndOffsetEventArgs(
Point screenPoint,
Point elementOffset
)
Parameters
- screenPoint Point
- Screen point.
- elementOffset Point
- Element offset.
See Also