Searched defs:WindowRectangle (Results 1 – 1 of 1) sorted by relevance
218 struct WindowRectangle struct220 int left;221 int bottom;222 int width;223 int height;225 WindowRectangle(int left_, int bottom_, int width_, int height_) in WindowRectangle() function