Scene.PickScreenOverlays Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Collection<ScreenOverlayPickResult> PickScreenOverlays(
int x,
int y
)
Public Function PickScreenOverlays (
x As Integer,
y As Integer
) As Collection(Of ScreenOverlayPickResult)
public:
Collection<ScreenOverlayPickResult^>^ PickScreenOverlays(
int x,
int y
)
member PickScreenOverlays :
x : int *
y : int -> Collection<ScreenOverlayPickResult>
Parameters
- x
- Type: System.Int32
The x coordinate of the Insight3D control. - y
- Type: System.Int32
The y coordinate of the Insight3D control.
Return Value
Type:
Collection<ScreenOverlayPickResult>A collection of front to back sorted
ScreenOverlayPickResults.
See Also