Rect.move

Move the object.

  1. void move(Vector2i vec)
  2. void move(int x, int y)
    struct Rect
    @nogc pure nothrow
    void
    move
    (
    int x
    ,
    int y
    )

Meta