Skip to content

MTY_Rect

chrisd1100 edited this page Apr 9, 2023 · 2 revisions

A rectangle with left, top, right, and bottom coordinates.

typedef struct {
    float left;
    float top;
    float right;
    float bottom;
} MTY_Rect;

Members

left (float)

Left edge position.

top (float)

Top edge position.

right (float)

Right edge position.

bottom (float)

Bottom edge position.

See also

Module: App

Clone this wiki locally