Searched defs:WindowRectangle (Results 1 – 1 of 1) sorted by relevance
210 struct WindowRectangle struct212 int left;213 int bottom;214 int width;215 int height;217 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle() function