Returns the screen adapter information.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static AdapterInformation FromScreen(
	Screen screen
)

Parameters

screen
Type: System.Windows.Forms..::.Screen
Represents the Screen screen device in this system.

Return Value

Returns the collected information about the adapter.

Exceptions

ExceptionCondition
System..::.ArgumentNullException screen is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also