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