Rectangle

open fun Rectangle(    x: Double,     y: Double,     w: Double,     h: Double)

Parameters

x

start x point

y

start y point

w

width

h

height