QrCodeMatrix

class QrCodeMatrix(val size: Int, initialFill: QrCodeMatrix.PixelType = PixelType.Background)

Constructors

Link copied to clipboard
constructor(size: Int, initialFill: QrCodeMatrix.PixelType = PixelType.Background)
constructor(list: List<List<QrCodeMatrix.PixelType>>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
operator fun get(i: Int, j: Int): QrCodeMatrix.PixelType
Link copied to clipboard
operator fun set(i: Int, j: Int, type: QrCodeMatrix.PixelType)