Function AtlasTexture.margin

The margin around the region. The Rect2's Rect2.size parameter ("w" and "h" in the editor) resizes the texture so it fits within the margin.

Rect2 margin() nothrow @property @nogc;

void margin (
  Rect2 v
) nothrow @property @nogc;