PlatformScreen Class
Definition
public class PlatformScreen
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Inherited from Screen. |
| GetHashCode | Inherited from Screen. |
| ToString | Inherited from Screen. |
| TryGetPlatformHandle | Tries to get the platform handle for the Screen. Inherited from Screen. |
Properties
| Name | Description |
|---|---|
| Bounds | Gets the overall pixel-size and position of the screen. Inherited from Screen. |
| CurrentOrientation | Gets the current orientation of a screen. Inherited from Screen. |
| DisplayName | Gets the device name associated with a display. Inherited from Screen. |
| IsPrimary | Gets a value indicating whether the screen is the primary one. Inherited from Screen. |
| Scaling | Gets the scaling factor applied to the screen by the operating system. Inherited from Screen. |
| WorkingArea | Gets the actual working-area pixel-size of the screen. Inherited from Screen. |