|
GetImageHeight | ||
Height = GetImageHeight(ImageIndex) | ||
Parameters: ImageIndex = The Image you wish to query |
||
Returns: Height = This images height in pixels |
||
The GetImageHeight() function returns the height of an image in pixels. FACTS: * See GetImageWidth() for the width. * 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 retrieve it's dimensions.
This example would output.
|
Related Info: | GetImageStatus | GetImageViewPortX1 | GetImageViewPortX2 | GetImageViewPortY1 | GetImageViewPortY2 | GetImageWidth | GetScreenWidth | GetSurfaceHeight | GetSurfaceWidth : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |