C# Class TOCrop.TOCropViewController

Show file Open project: apcurium/xamarin-bindings Class Usage Examples

Public Methods

Method Description
ShowCropViewAsync ( UIViewController rootViewController, bool isAnimated, System.Action completionHandler ) : Task

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

Method Details

ShowCropViewAsync() public method

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.
return Task