Rectangle.right

Rectangle bounds

  1. T left;
  2. T right;
    struct Rectangle(T = float, S = int)
    T right;
  3. T bottom;
  4. T top;

Meta