ServiceProviderDisplayPick Method |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerable<IServiceProvider> Pick(
PickResult pickResult
)
Public Function Pick (
pickResult As PickResult
) As IEnumerable(Of IServiceProvider)
public:
IEnumerable<IServiceProvider^>^ Pick(
PickResult^ pickResult
)
member Pick :
pickResult : PickResult -> IEnumerable<IServiceProvider>
Parameters
- pickResult
- Type: AGI.Foundation.GraphicsPickResult
The pick result for which to retrieve data.
Return Value
Type:
IEnumerableIServiceProviderThe collection of picked service providers.
See Also