[inline]
Set value from another size.
Definition at line 67 of file FXSize.h.
References h, and w.
00067 { w=s.w; h=s.h; return *this; }