System::Windows::Forms::Screen class

Screen class

Provides information on displays. Windows only. This is a singleton type with memory management done by access function(s). You should never create instances of it directly.

class Screen : public System::Object

Nested classes

Methods

MethodDescription
get_Bounds() constGets screen bounds.
static get_PrimaryScreen()Gets information on primary display.

See Also