Click or drag to resize

Sources.Screens Property

Gets all of the available screens for capture.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax
C#
public IReadOnlyList<Source> Screens { get; }

Property Value

Type: IReadOnlyList<Source>
See Also