FX::FXRectangle::FXRectangle ( const FXPoint topleft,
const FXPoint bottomright 
) [inline]

Definition at line 49 of file FXRectangle.h.

00049 :x(topleft.x),y(topleft.y),w(bottomright.x-topleft.x+1),h(bottomright.y-topleft.y+1){ }


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