Gets the bounding rectangle of the window.
public:
property Rect Bounds {
Rect get ();
}
Type: Rect
The bounding rectangle of the window, in device-independent pixels (DIPs).
To convert from DIPs to physical pixels (and back), use these equations (where DPI is the dots per inch value for the screen):
Namespace: Windows.UI.Core
Metadata: windows.winmd