C# 클래스 TOCrop.TOCropViewController

파일 보기 프로젝트 열기: apcurium/xamarin-bindings 1 사용 예제들

공개 메소드들

메소드 설명
ShowCropViewAsync ( UIViewController rootViewController, bool isAnimated, System.Action completionHandler ) : Task

Shows the crop view and wait for the user's input.

메소드 상세

ShowCropViewAsync() 공개 메소드

Shows the crop view and wait for the user's input.
Thrown when the user hits cancel
public ShowCropViewAsync ( UIViewController rootViewController, bool isAnimated, System.Action completionHandler ) : Task
rootViewController UIViewController Root view controller.
isAnimated bool If set to true is animated.
completionHandler System.Action Completion handler.
리턴 Task