Rect.move

Move the object.

  1. void move(Vector2!(T) vec)
  2. void move(T x, T y)
    struct Rect(T)
    pure nothrow
    void
    move
    (
    T x
    ,
    T y
    )
    if (
    isNumeric!T
    )

Meta