Rect.opCall

Construct a new Rect.

  1. Rect opCall(int x, int y, int width, int height)
    struct Rect
    static
    opCall
    (
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )
  2. Rect opCall(Point location, Size size)
  3. Rect opCall()
  4. Rect opCall(RECT* rect)
  5. int x;
  6. int y;
  7. int width;
  8. int height;

Meta