[inline]
Set from point and size.
Definition at line 102 of file FXRectangle.h.
References FX::FXSize::h, FX::FXSize::w, FX::FXPoint::x, and FX::FXPoint::y.
00102 { x=p.x; y=p.y; w=s.w; h=s.h; return *this; }