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<PickResult> Pick(
int x,
int y
)
Public Function Pick (
x As Integer,
y As Integer
) As Collection(Of PickResult)
public:
Collection<PickResult^>^ Pick(
int x,
int y
)
member Pick :
x : int *
y : int -> Collection<PickResult>
Parameters
- x
- Type: SystemInt32
The x coordinate of the Insight3D control. - y
- Type: SystemInt32
The y coordinate of the Insight3D control.
Return Value
Type:
CollectionPickResultA collection of depth sorted
PickResultsSee Also