Canvas
Source set: Common
fun Canvas(image: ImageBitmap): Canvas
Create a new Canvas instance that targets its drawing commands to the provided ImageBitmap
Canvas
Source set: Android
fun Canvas(c: android.graphics.Canvas): CanvasCreate a new Canvas instance that targets its drawing commands to the provided ImageBitmap
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun Canvas(image: ImageBitmap): Canvas
Create a new Canvas instance that targets its drawing commands to the provided ImageBitmap
fun Canvas(c: android.graphics.Canvas): CanvasLast updated: