|
DrawMapBlk | ||
DrawMapBlk MapIndex, BlockIndex, Xpos, Ypos, DrawMode | ||
Parameters: MapIndex = The Index Identifier of the Map you wish to draw a Block from. BlockIndex = The index of the Block you wish to draw. Xpos = The X coordinate to draw the block at Ypos = The Y coordinate to draw the block at DrawMode = How to draw the block (0= solid, 1 = transparent) |
||
Returns: NONE | ||
DrawMapBlk allows the user to draw any of maps block graphics to the current surface, which might be the screen or an image. FACTS: * None Mini Tutorial: This example creates a map and a block set, then displays them using the DrawMapBlk command.
This example would output.
|
Related Info: | CreateMap | DrawMap | GetMapBlk : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |