Table of Contents

Class PlatformScreen

Namespace
Avalonia.Platform
Assembly
Avalonia.Controls.dll
[PrivateApi]
public class PlatformScreen : Screen, IEquatable<Screen>
Inheritance
PlatformScreen
Implements
Inherited Members

Constructors

PlatformScreen(IPlatformHandle)

public PlatformScreen(IPlatformHandle platformHandle)

Parameters

platformHandle IPlatformHandle

Methods

Equals(Screen?)

public override bool Equals(Screen? obj)

Parameters

obj Screen

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

TryGetPlatformHandle()

Tries to get the platform handle for the Screen.

public override IPlatformHandle? TryGetPlatformHandle()

Returns

IPlatformHandle

An IPlatformHandle describing the screen handle, or null if the handle could not be retrieved.