[inline]
Set from corners.
Definition at line 105 of file FXRectangle.h.
References FX::FXPoint::x, and FX::FXPoint::y.
00105 { x=topleft.x; y=topleft.y; w=bottomright.x-topleft.x+1; h=bottomright.y-topleft.y+1; return *this; }