ElementBounds constructor

ElementBounds(
  1. int x,
  2. int y,
  3. int width,
  4. int height,
  5. int left,
  6. int top,
  7. int right,
  8. int bottom,
)

Implementation

external factory ElementBounds(int x, int y, int width, int height, int left,
    int top, int right, int bottom);