Click or drag to resize

PointHandler Delegate

Signature of method that provides a point as the data.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
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