draw Rectangle
expect fun drawRectangle(xPos: Short, yPos: Short, width: Short, height: Short, drawDesc: RectangleDescriptor)
Draws a rectangle on the canvas.
Parameters
x Pos
X coordinate.
y Pos
Y coordinate.
width
Width of the rectangle
height
Height of the rectangle.
draw Desc
The drawing metadata to use.
actual fun drawRectangle(xPos: Short, yPos: Short, width: Short, height: Short, drawDesc: RectangleDescriptor)
actual fun drawRectangle(xPos: Short, yPos: Short, width: Short, height: Short, drawDesc: RectangleDescriptor)