다음을 통해 공유


DisplayInfo 구조체

정의

화면에 대한 정보를 나타냅니다.

public struct DisplayInfo : IEquatable<Xamarin.Essentials.DisplayInfo>
[System.Runtime.CompilerServices.IsReadOnly]
public struct DisplayInfo : IEquatable<Xamarin.Essentials.DisplayInfo>
상속
System.ValueType
DisplayInfo
특성
System.Runtime.CompilerServices.IsReadOnlyAttribute
구현
System.IEquatable<DisplayInfo>

생성자

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)

표시 정보의 기본 생성자

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single)

표시 정보의 기본 생성자

속성

Density

화면 밀도를 나타내는 값을 가져옵니다.

Height

현재 방향에 대한 화면 높이를 가져옵니다.

Orientation

디바이스의 방향을 가져옵니다.

RefreshRate

디스플레이의 새로 고침 속도를 가져옵니다.

Rotation

지정된 방향에서 회전을 가져옵니다.

Width

현재 방향에 대한 스크린의 너비를 가져옵니다.

메서드

Equals(DisplayInfo)

다른 개체와 같으면 입니다.

Equals(Object)

다른 개체와 같으면 입니다.

GetHashCode()

개체의 해시 코드를 가져옵니다.

ToString()

정보의 문자열 표현입니다.

연산자

Equality(DisplayInfo, DisplayInfo)

다른 개체와 같으면 입니다.

Inequality(DisplayInfo, DisplayInfo)

다른 개체와 같지 않은 경우

적용 대상