Screen.Bounds プロパティ

定義

ディスプレイの範囲を取得します。

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

プロパティ値

Rectangle

ディスプレイの範囲を表す Rectangle

適用対象

こちらもご覧ください