C# Class TOCrop.TOCropViewController

Afficher le fichier Open project: apcurium/xamarin-bindings Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat Task