Interface IScreenInfoProvider
Represents a provider of low-level screen info functionality.
public interface IScreenInfoProvider
Methods
CreateScreenInfo()
Gets the information about screens.
ScreenData[] CreateScreenInfo()
Returns
- ScreenData[]
The information about screens.
- See Also