WindowStyle.drawWindow
From Spheriki
Draws a window style on the screen.
Contents |
Usage
- windowstyle Sphere WindowStyle object. The window style to draw.
- x, y, width, height numbers. The dimensions of the window on the screen, in pixels.
Examples
See examples for GetSystemWindowStyle().
Notes
- The corners and edges of the window style are drawn outside the width and height of the window. At the time of writing (March 8 2007), there is no method of finding the dimensions of the corners and edges such that they can be drawn inside.
See also
- Sphere WindowStyle object