DisplayArea.OuterBounds Property

Definition

Gets a rectangle that describes the bounds of the DisplayArea, where the X,Y offset is within the screen coordinate space.

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

Property Value

A rectangle that describes the bounds of the DisplayArea, where the X,Y offset is within the screen coordinate space.

Applies to

See also