Searched defs:_Bottom (Results 1 – 1 of 1) sorted by relevance
254 void SwRect::_Bottom( const long nBottom ){ m_Size.setHeight(nBottom - m_Point.getY()); } in _Bottom() function in SwRect261 long SwRect::_Bottom() const{ return m_Point.getY() + m_Size.getHeight(); } in _Bottom() function in SwRect
Completed in 10 milliseconds