PlatformScreen Class

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class PlatformScreen : Screen
Inheritance
Object    Screen    PlatformScreen

Constructors

PlatformScreen(IPlatformHandle)Initializes a new instance of the PlatformScreen class

Properties

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)

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Screen)
Equals(Screen)
(Overrides ScreenEquals(Screen))
FinalizeAllows 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Screen)
TryGetPlatformHandle
(Overrides ScreenTryGetPlatformHandle)

See Also