DisplayResolution.Bounds Property

Definition

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

Applies to