-
public class CropHelperSimply computes the crop between a full size and a desired aspect ratio.
-
-
Method Summary
Modifier and Type Method Description static RectcomputeCrop(@NonNull() Size currentSize, @NonNull() AspectRatio targetRatio)-
-
Method Detail
-
computeCrop
@NonNull() static Rect computeCrop(@NonNull() Size currentSize, @NonNull() AspectRatio targetRatio)
-
-
-
-