Last active
September 24, 2019 19:02
-
-
Save VovaStelmashchuk/a9085954fceb18051ac9f9ee2e4fbee7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val path = Path(); | |
val topLeft = PointF(); | |
val bottomRight = PointF(); | |
path.addRect(topLeft.x, topLeft.y, | |
bottomRight.x, bottomRight.y) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment