DragFeedbackSolidFindTarget Method |
Find the target the first matches the provided screen point.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual DragTarget FindTarget(
Point screenPt,
PageDragEndData dragEndData
)
Parameters
- screenPt Point
- Point in screen coordinates.
- dragEndData PageDragEndData
- Data to be dropped at destination.
Return Value
DragTargetFirst target that matches; otherwise null.
See Also