다음을 통해 공유


DisplayInfo 생성자

정의

오버로드

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

표시 정보의 기본 생성자

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

표시 정보의 기본 생성자

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

표시 정보의 기본 생성자

public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation);

매개 변수

width
System.Double

디스플레이의 너비

height
System.Double

디스플레이의 높이

density
System.Double

화면 밀도

orientation
DisplayOrientation

현재 방향

rotation
DisplayRotation

디바이스의 회전입니다.

적용 대상

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

표시 정보의 기본 생성자

public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation, float rate);

매개 변수

width
System.Double

디스플레이의 너비

height
System.Double

디스플레이의 높이

density
System.Double

화면 밀도

orientation
DisplayOrientation

현재 방향

rotation
DisplayRotation

디바이스의 회전입니다.

rate
System.Single

디스플레이의 새로 고침 속도입니다.

적용 대상