Click or drag to resize

ServiceProviderDisplay.Pick Method

Returns a list of IServiceProvider instances that were contained in the provided PickResult

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IEnumerable<IServiceProvider> Pick(
	PickResult pickResult
)

Parameters

pickResult
Type: AGI.Foundation.Graphics.PickResult
The pick result for which to retrieve data.

Return Value

Type: IEnumerable<IServiceProvider>
The collection of picked service providers.
See Also