ScenePickScreenOverlays Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemInt32
The x coordinate of the Insight3D control. - y
- Type: SystemInt32
The y coordinate of the Insight3D control.
Return Value
Type:
CollectionScreenOverlayPickResultA collection of front to back sorted
ScreenOverlayPickResults.See Also