Rectangle class, available in: Framsticks TheaterGUI RectangleThis class has 7 members:
sdleiF
float heightHeight
float widthWidth
float xX position
float yY position
snoitcnuF
function fitAspect(float aspect)returns RectangleFit aspect inside rectangle
function inset(float inset)returns RectangleShrink by marginNegative inset value extends the rectangle
function newFromXYWH(float x, float y, float width, float height)returns RectangleCreate from position and size
Global context>>Experiment definition>>Command line interface>>Framsticks Theater