fg_drwimage()

Win32 DirectX Fastgraph/Light

Prototype

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

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

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

Description

The fg_drwimage() function displays a 256-color bitmap, without 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_drawdcb(), fg_drawmap(), fg_flpimage(), fg_getimage(), fg_invert(), fg_putimage(), fg_revimage()

Examples

Bitmap, Rotate, Scale

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.