WindowStyle.drawWindow

From Spheriki

Jump to: navigation, search

Draws a window style on the screen.


Contents

Usage

windowstyle.drawWindow(x, y, width, height);
  • 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

Personal tools