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 偏移量位于屏幕坐标空间内。

适用于

另请参阅