DisplayArea.OuterBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.