C# 클래스 PhotoSharingApp.Universal.ViewModels.CropViewModel

The ViewModel for the crop view.
상속: ViewModelBase
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnNext void
OnRotateClockwise void

공개 메소드들

메소드 설명
CropViewModel ( INavigationFacade navigationFacade, ICropControl cropControl, IDialogService dialogService ) : System

The constructor

LoadImage ( ) : System.Threading.Tasks.Task

Loads the image

LoadState ( CropViewModelArgs args ) : System.Threading.Tasks.Task

Loads the state.

비공개 메소드들

메소드 설명
OnNext ( ) : void
OnRotateClockwise ( ) : void

메소드 상세

CropViewModel() 공개 메소드

The constructor
public CropViewModel ( INavigationFacade navigationFacade, ICropControl cropControl, IDialogService dialogService ) : System
navigationFacade INavigationFacade The navigation facade.
cropControl ICropControl The crop control.
dialogService IDialogService The dialog service.
리턴 System

LoadImage() 공개 메소드

Loads the image
public LoadImage ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

LoadState() 공개 메소드

Loads the state.
public LoadState ( CropViewModelArgs args ) : System.Threading.Tasks.Task
args CropViewModelArgs The viewmodel arguments.
리턴 System.Threading.Tasks.Task