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