Holds navigation parameters for opening the Image Cropping page.
TaskCompletionSource< byte[]?>? CompletionSource
Optional completion source for returning the cropped image data to the caller.
ImageCroppingNavigationArgs(ImageSource? source, TaskCompletionSource< byte[]?>? completionSource=null, Size? outputResolution=null, CropMode cropMode=CropMode.Aspect)
Creates a new set of arguments, providing the source to be cropped, an optional completionSource ,...
Size? OutputResolution
Optional output resolution for the cropped image.