Intrinsic-117 GetBitmapSize |
Top Previous Next |
117: GetBitmapSize(Handle, @Width, @Height);
This intrinsic returns the Width and Height of the bitmap specified by Handle. Note that the Width and Height variables must be passed as pointers using either the "@" or "addr" command. Using a Handle of -1 will return the screen width and height.
|