DisplayInfo 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
화면에 대한 정보를 나타냅니다.
public struct DisplayInfo : IEquatable<Xamarin.Essentials.DisplayInfo>
[System.Runtime.CompilerServices.IsReadOnly]
public struct DisplayInfo : IEquatable<Xamarin.Essentials.DisplayInfo>
- 상속
-
System.ValueTypeDisplayInfo
- 특성
-
System.Runtime.CompilerServices.IsReadOnlyAttribute
- 구현
-
System.IEquatable<DisplayInfo>
생성자
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single) |
표시 정보의 기본 생성자 |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation) |
표시 정보의 기본 생성자 |
속성
Density |
화면 밀도를 나타내는 값을 가져옵니다. |
Height |
현재 방향에 대한 화면 높이를 가져옵니다. |
Orientation |
디바이스의 방향을 가져옵니다. |
RefreshRate |
디스플레이의 새로 고침 속도를 가져옵니다. |
Rotation |
지정된 방향에서 회전을 가져옵니다. |
Width |
현재 방향에 대한 스크린의 너비를 가져옵니다. |
메서드
Equals(DisplayInfo) |
다른 개체와 같으면 입니다. |
Equals(Object) |
다른 개체와 같으면 입니다. |
GetHashCode() |
개체의 해시 코드를 가져옵니다. |
ToString() |
정보의 문자열 표현입니다. |
연산자
Equality(DisplayInfo, DisplayInfo) |
다른 개체와 같으면 입니다. |
Inequality(DisplayInfo, DisplayInfo) |
다른 개체와 같지 않은 경우 |