Click or drag to resize

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)
Syntax
C#
public ViewBase ViewFromPoint(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Point to lookup.

Return Value

Type: ViewBase
ViewBase associated with the point.
See Also