|
GridImage | |
GridImage ImageNumber, Xpos, Ypos, Rows, Columns, SolidFlag | |
Parameters: ImageNumber = The identifier of this image Xpos = The X coordinate to begin tiling the image at Ypos = The Y coordinate to begin tiling the image at Rows = The Number of times across to render this image Columns = The number of times down to render this image SolidFlag = The solid flag toggles if the image is to be rendered solid (no transparent parts) or not |
|
Returns: NONE | |
Unlike DrawImage which just renders the image once, GridImage will render rows and columns of this image. FACTS: * none Mini Tutorial: This example creates a ball like image, then using grid image it draw this image at the mouses current position.
|
Related Info: | DrawAlphaImage | DrawImage | DrawRotatedImage | DrawSprite | TileImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |