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()

Meta