NPATCH_NINE_PATCH


Vocabulary
raylib

Class description
Represents a 3x3 n-patch tile. This tile type can expand both horizontally and vertically. It has the following sections:
4 corners that are neither stretched nor scaled.
4 edge tiles (top, bottom, left, right) that will be repeated vertically and horizontally.
1 center tile that will be stretched to fill the space between the edge tiles and corner tiles.


See also
NPatchLayout

Definition