commonMain.graphics.Drawing.kt Maven / Gradle / Ivy
package ch.softappeal.konapi.graphics
public fun Graphics.setPixel(point: Point) {
setPixel(point.x, point.y)
}
public fun Graphics.fillRect(xTopLeft: Int, yTopLeft: Int, width: Int, height: Int) {
for (x in xTopLeft..