C# 클래스 PhotoSharingApp.Universal.Extensions.DisplayOrientationsExtensions

Provides extension methods for DisplayOrientations.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ToDegrees ( this orientation ) : int

Converts the given orientation of the app on the screen to the corresponding rotation in degrees

메소드 상세

ToDegrees() 공개 정적인 메소드

Converts the given orientation of the app on the screen to the corresponding rotation in degrees
public static ToDegrees ( this orientation ) : int
orientation this The orientation of the app on the screen
리턴 int