Function StyleBoxTexture.regionRect

Species a sub-region of the texture to use. This is equivalent to first wrapping the texture in an AtlasTexture with the same region.

Rect2 regionRect() nothrow @property @nogc;

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