DisplayInfo 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
디스플레이의 새로 고침 속도입니다.