Rectangle

Rectangle, 4 components

Members

Variables

height
float height;

Rectangle height

width
float width;

Rectangle width

x
float x;

Rectangle top-left corner position x

y
float y;

Rectangle top-left corner position y

Meta