Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Created August 22, 2019 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tizisdeepan/4a1d898b9723aabfbdc64cf4f853e0fb to your computer and use it in GitHub Desktop.
Save tizisdeepan/4a1d898b9723aabfbdc64cf4f853e0fb to your computer and use it in GitHub Desktop.
val rect = cropFrame.cropRect
val width = abs(rect.left - rect.right)
val height = abs(rect.top - rect.bottom)
val x = rect.left
val y = rect.top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment