Click or drag to resize

ServiceProviderDisplayPick 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: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<IServiceProvider> Pick(
	PickResult pickResult
)

Parameters

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

Return Value

Type: IEnumerableIServiceProvider
The collection of picked service providers.
See Also