Android Graphics Utilities / it.czerwinski.android.graphics / android.graphics.Canvas

Extensions for android.graphics.Canvas

withRadialTranslation Wraps the specified block in a call to Canvas.withTranslation() with the specified radial coordinates.fun Canvas.withRadialTranslation(distance: Float, angle: Float, block: Canvas.() -> Unit): Unit