fg_putimage()

Win32 DirectX Fastgraph/Light

Prototype

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

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

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

Description

The fg_putimage() function displays a 256-color bitmap, without clipping. It is similar to fg_drwimage() but does not treat color 0 pixels as transparent. 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_drwimage(), fg_getimage(), fg_invert()

Examples

Bitmap

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.