Returns the screen adapter information.
Namespace:
SGP.XSpaceAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | screen is nullNothingnullptra null reference (Nothing in Visual Basic). |