27 return is >>
r.left >>
r.top >>
r.right >>
r.bottom;
37 return os <<
r.left <<
r.top <<
r.right <<
r.bottom;
67 return os << p.x << p.y;
80 return is >> p.x >> p.y;
89 return os << p.
x << p.
y;
104 return is >> p.x >> p.y;
114 return os << p.x << p.y;
129 return is >> s.cx >> s.cy;
139 return os << s.cx << s.cy;
TPointF is similar to TPoint, but uses floating variables rather than integers.
TPoint is a support class, derived from tagPOINT.
TPointL is similar to TPoint, but uses long rather than int variables.
TRect is a mathematical class derived from tagRect.
The tagSIZE struct is defined as.
ipstream, a specialized input stream derivative of pstream, is the base class for reading (extracting...
Base class for writing streamable objects.
Classes for window system geometry.
Object Windows Library (OWLNext Core)
owl::opstream & operator<<(owl::opstream &os, const TColor &c)
Insert the color value into a persistent output stream.
General definitions used by all ObjectWindows programs.