public class Screen : IEquatable<Screen>Public Class Screen
Implements IEquatable(Of Screen)type Screen =
class
interface IEquatable<Screen>
end| Screen(Double, PixelRect, PixelRect, Boolean) | Initializes a new instance of the Screen class. |
| Bounds | Gets the overall pixel-size and position of the screen. |
| CurrentOrientation | Gets the current orientation of a screen. |
| DisplayName | Gets the device name associated with a display. |
| IsPrimary | Gets a value indicating whether the screen is the primary one. |
| Scaling | Gets the scaling factor applied to the screen by the operating system. |
| WorkingArea | Gets the actual working-area pixel-size of the screen. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
| Equals(Screen) | Indicates whether the current object is equal to another object of the same type. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
| TryGetPlatformHandle | Tries to get the platform handle for the Screen. |