Signature of method that provides a point as the data.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public delegate void PointHandler(
Object sender,
Point pt
)
Parameters
- sender
- Type: SystemObject
Source of the call. - pt
- Type: System.DrawingPoint
A Point related to the event.
See Also