Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Int32
The x coordinate of the Insight3D control. - y
- Type: System.Int32
The y coordinate of the Insight3D control.
Return Value
Type:
Collection<PickResult>A collection of depth sorted
PickResults
See Also