ImageCropper.TrySetCroppedRegion(Rect) Method

Definition

Tries to set a new value for the cropped region, returns true if it succeeded, false if the region is invalid

public bool TrySetCroppedRegion (Windows.Foundation.Rect rect);
member this.TrySetCroppedRegion : Windows.Foundation.Rect -> bool
Public Function TrySetCroppedRegion (rect As Rect) As Boolean

Parameters

rect
Rect

The new cropped region.

Returns

bool

Applies to