Skip to content

Instantly share code, notes, and snippets.

@FarshadTahmasbi
Last active April 3, 2020 20:04
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 FarshadTahmasbi/fcc9425eaa308a567e649e08e4b6af26 to your computer and use it in GitHub Desktop.
Save FarshadTahmasbi/fcc9425eaa308a567e649e08e4b6af26 to your computer and use it in GitHub Desktop.
img.getLocalVisibleRect(rect)
val clipType = when {
rect.height() == img.height -> NO_CLIP
rect.top > 0 -> CLIP_TOP
else -> CLIP_BOTTOM
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment