fg_getimage()Win32 DirectX Fastgraph/Light Prototype void fg_getimage (void *bitmap, int width, int height); Sub fg_getimage (bitmap() As Any, ByVal width As Long, ByVal height As Long) procedure fg_getimage (var bitmap; width, height : integer); Description The fg_getimage() function retrieves a 256-color bitmap. The graphics cursor defines the bitmap's lower left corner. Parameters bitmap is the name of the array that will receive the bitmap. width is the bitmap width in pixels. height is the bitmap height in pixels. Return value none Restrictions none See also fg_clpimage(), fg_drwimage(), fg_flpimage(), fg_getdcb(), fg_getmap(), fg_putimage(), fg_revimage() Examples AVImake, Fishtank, PCXflip, TMcube, TMcubeX
|
 
copyright 2001 Ted Gruber Software, Inc.