Rect.move

Move the object.

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

Meta