fg_flpimage()

Win32 DirectX Fastgraph/Light

Prototype

void fg_flpimage (void *bitmap, int width, int height);

Sub fg_flpimage (bitmap() As Any, ByVal width As Long, ByVal height As Long)

procedure fg_flpimage (var bitmap; width, height : integer);

Description

The fg_flpimage() function displays a reversed 256-color bitmap, with clipping. The bitmap will be positioned so that its lower left corner is at the graphics cursor position.

Parameters

bitmap is the name of the array containing 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_flipdcb(), fg_getimage(), fg_invert(), fg_putimage(), fg_revimage(), fg_setclip()

Examples

Bitmap, Fishtank

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.