26 >>
r.right >>
ch >>
r.bottom >>
ch;
37 return os <<
_T(
'(') <<
r.left <<
_T(
',') <<
r.top <<
_T(
'-')
38 <<
r.right <<
_T(
',') <<
r.bottom <<
_T(
')');
76 return os <<
_T(
'(') << p.x <<
_T(
',') << p.y <<
_T(
')');
90 return is >>
c >> p.x >>
c >> p.y >>
c;
99 return os <<
_T(
'(') << p.
x <<
_T(
',') << p.
y <<
_T(
')');
115 return is >>
c >> p.x >>
c >> p.y >>
c;
126 return os <<
_T(
'(') << p.x <<
_T(
',') << p.y <<
_T(
')');
142 return os >>
c >> s.cx >>
c >> s.cy >>
c;
151 return os <<
_T(
'(') << s.cx <<
_T(
'x') << s.cy <<
_T(
')');
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.
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.