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.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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