Rect.location

  1. Point location [@property getter]
    struct Rect
    @property
    location
    ()
  2. Point location [@property setter]
  3. int x;
  4. int y;
  5. int width;
  6. int height;

Meta