Click or drag to resize

ScenePickScreenOverlays Method

Executes a pick on screen overlays at the given x, y and returns a front to back sorted collection of picked overlays. The coordinate origin is top, left. To pick other objects in the scene, use the Pick(Int32, Int32) method.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Collection<ScreenOverlayPickResult> PickScreenOverlays(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x coordinate of the Insight3D control.
y
Type: SystemInt32
The y coordinate of the Insight3D control.

Return Value

Type: CollectionScreenOverlayPickResult
A collection of front to back sorted ScreenOverlayPickResults.
See Also