Signature of method that provides a point as the data.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic delegate void PointHandler(
Object sender,
Point pt
)
Parameters
- sender Object
- Source of the call.
- pt Point
- A Point related to the event.
See Also