public class PlatformScreen : ScreenPublic Class PlatformScreen
Inherits Screentype PlatformScreen =
class
inherit Screen
end| PlatformScreen(IPlatformHandle) | Initializes a new instance of the PlatformScreen class |
| 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) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Screen) |
| Equals(Screen) | (Overrides ScreenEquals(Screen)) |
| 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 | (Overrides ScreenGetHashCode) |
| 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. (Inherited from Screen) |
| TryGetPlatformHandle | (Overrides ScreenTryGetPlatformHandle) |