Table of Contents

Interface IScreenInfoProvider

Namespace
SharpHook.Providers
Assembly
SharpHook.dll

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

See Also