Searched defs:WindowRectangle (Results 1 – 1 of 1) sorted by relevance
221 struct WindowRectangle struct223 int left;224 int bottom;225 int width;226 int height;228 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle() argument