A struct that specifies a border around a rectangular area
that can be of different width on each side.
gint16 left;
The width of the left border
gint16 right;
The width of the right border
gint16 top;
The width of the top border
gint16 bottom;
The width of the bottom border
A struct that specifies a border around a rectangular area that can be of different width on each side. gint16 left; The width of the left border gint16 right; The width of the right border gint16 top; The width of the top border gint16 bottom; The width of the bottom border