Rect.h

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T h [@property getter]
  2. T h [@property setter]
    struct Rect(T)
    @property
    void
    h
    ()
  3. T x0;
  4. T y0;
  5. T x1;
  6. T y1;

Meta