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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual DragTarget FindTarget(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt
Type: System.DrawingPoint
Point in screen coordinates.
dragEndData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Data to be dropped at destination.

Return Value

Type: DragTarget
First target that matches; otherwise null.
See Also