VisualControlBaseViewFromPoint Method |
Gets the view associated with the provided client location.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewBase ViewFromPoint(
Point pt
)
Parameters
- pt Point
- Point to lookup.
Return Value
ViewBaseViewBase associated with the point.
See Also