Searched defs:BottomRight (Results 1 – 1 of 1) sorted by relevance
116 Point BottomRight; member in Rectangle119 Rectangle(Point TopLeft, Point BottomRight) : TopLeft(TopLeft), BottomRight(BottomRight) {} in Rectangle()