readonly int DrawingSurface.Width
Gets the width of the surface.
Example:
DrawingSurface *surface = Room.GetDrawingSurfaceForBackground();
Display("The background is %d x %d!", surface.Width, surface.Height);
surface.Release();
displays the size of the surface to the player
See Also: DrawingSurface.Height,
DrawingSurface.UseHighResCoordinates
|