Click or drag to resize

DragFeedbackSolidFindTarget Method

Find the target the first matches the provided screen point.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual DragTarget FindTarget(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt  Point
Point in screen coordinates.
dragEndData  PageDragEndData
Data to be dropped at destination.

Return Value

DragTarget
First target that matches; otherwise null.
See Also