Android Graphics Utilities / it.czerwinski.android.graphics / android.graphics.Canvas
Extensions for android.graphics.Canvas
| withRadialTranslation | Wraps the specified blockin a call toCanvas.withTranslation()with the specified radial coordinates.fun Canvas.withRadialTranslation(distance: Float, angle: Float, block: Canvas.() -> Unit): Unit |