Variable NinePatch.frame

frame (non-scalable) part size for left, top, right, bottom edges.

struct NinePatch
{
  // ...
  Rect frame;
  // ...
}