DrawScopeGraphics

class DrawScopeGraphics(val drawScope: <Error class: unknown class>, val width: Int, val height: Int) : AndroidDrawingInterface(source)

Constructors

Link copied to clipboard
constructor(drawScope: <Error class: unknown class>, width: Int, height: Int)

Properties

Link copied to clipboard
val drawScope: <Error class: unknown class>
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
open override fun drawBitmap(img: Bitmap, x: Int, y: Int)
Link copied to clipboard
open override fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)
Link copied to clipboard
open override fun drawImage(rawData: ByteArray?, x: Int, y: Int)
Link copied to clipboard
open override fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)
Link copied to clipboard
open override fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)
Link copied to clipboard
open override fun drawRoundRect(x: Int, y: Int, width: Int, height: Int, borderRadius: Int, color: Int, thickness: Double)
Link copied to clipboard
open override fun fill(color: Int)
Link copied to clipboard
open override fun fillEllipse(x: Int, y: Int, width: Int, height: Int, color: Int)
Link copied to clipboard
open override fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)
Link copied to clipboard
open override fun fillRoundRect(x: Int, y: Int, width: Int, height: Int, borderRadius: Int, color: Int)
Link copied to clipboard
open override fun getBytes(format: String, quality: Int): ByteArray
Link copied to clipboard
open override fun nativeImage(): Any