readonly int DrawingSurface.Height
Gets the height 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.UseHighResCoordinates,
DrawingSurface.Width
|