Skip to content

Instantly share code, notes, and snippets.

@riggaroo
Last active March 21, 2019 15:36
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 riggaroo/95d436436ecbb138adaeb887241869e2 to your computer and use it in GitHub Desktop.
Save riggaroo/95d436436ecbb138adaeb887241869e2 to your computer and use it in GitHub Desktop.
Custom Canvas Drawing with KTX
canvas.withTranslation(200f, 300f) {
drawCircle(150f, 150f, RADIUS, circlePaint)
withRotation(45f) {
drawRect(rect, rectPaint)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment