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