|
GetImageWidth | ||
Width = GetImageWidth(ImageIndex) | ||
Parameters: ImageIndex = The Image you wish to query |
||
Returns: Width = This images width in pixels |
||
GetImageWidth() will return the width in pixels of a selected image. FACTS: * Use GetImageHeight to get the images height. * You can use GetSurfaceWidth, GetSurfaceHeight to query the size of the current surface, which works on the screen and images. Mini Tutorial: How to create an image and the retrieve it's information.
This example would output.
|
Related Info: | GetImageDepth | GetImageHeight | GetImageStatus | GetImageType | ScaleImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |