DisplayResolution.Bounds 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.
Caution
This property will return invalid results if a monitor changes resolution. Use DisplayDevice.Bounds instead.
Gets a System.Drawing.Rectangle that contains the bounds of this display device.
[System.Obsolete("This property will return invalid results if a monitor changes resolution. Use DisplayDevice.Bounds instead.")]
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Property Value
- Attributes