draw Rect
actual open fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)(source)
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.