FXRectangle& FX::FXRectangle::set ( const FXPoint p,
const FXSize s 
) [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; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:54 2009 for TnFOX by doxygen v1.4.7