共用方式為


DisplayArea.OuterBounds 屬性

定義

取得描述 界限的 DisplayArea 矩形,其中 X,Y 位移位於螢幕座標空間內。

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

屬性值

描述 界限的 DisplayArea 矩形,其中 X,Y 位移位於螢幕座標空間內。

適用於

另請參閱