An NDoc Documented Class Library

Map.RenderToGraphics Method 

Draw map layout

public void RenderToGraphics(
   Graphics g,
   ImageList imgs,
   int gridWidth,
   int gridHeight
);

Parameters

g
graphics object
imgs
list of texture thumbnails
gridWidth
width of layout grid
gridHeight
height of layout grid

See Also

Map Class | PunkMan.Game Namespace