System::Windows::Forms::Screen 类

Screen class

提供显示器信息。仅限 Windows。这是一个单例类型,内存管理由访问函数完成。您不应直接创建其实例。

class Screen : public System::Object

Nested classes

方法

方法描述
get_Bounds() const获取屏幕边界。
static get_PrimaryScreen()获取主显示器的信息。

另见