DisplayArea.OuterBounds プロパティ

定義

X、Y オフセットが画面座標空間内にある の境界 DisplayAreaを表す四角形を取得します。

public:
 property RectInt32 OuterBounds { RectInt32 get(); };
RectInt32 OuterBounds();
public RectInt32 OuterBounds { get; }
var rectInt32 = displayArea.outerBounds;
Public ReadOnly Property OuterBounds As RectInt32

プロパティ値

X、Y オフセットが画面座標空間内にある の境界 DisplayAreaを表す四角形。

適用対象

こちらもご覧ください