84 | FbHeight
FbHeight
Purpose Use
FbHeight
to get the height of the framebuffer.
Syntax
DLong (*FbHeight) (dev)
Return value Height in pixels of the visible portion of the framebuffer.
Description
FbHeight()
returns the height, in pixels, of the visible portion
of the framebuffer.
Access to locations beyond the visible portion of the frame-
buffer is reserved.
Errors None.
Example This example returns the height of the framebuffer.
#include "domeMd.h"
DMdDev
dev;
DLong
fbHeight;
.
.
.
fbHeight = (*dev->FbHeight) (dev);
See also
FbWidth, FbSize, FbPitch, DMdDev Structure
Parameter Type
Name
Description
DMdDev
dev
Device handle of the DOME
device
Содержание Dome DX/PCI
Страница 6: ......