fg_putblock() (legacy function)

Win32 DirectX Fastgraph/Light

Prototype

void fg_putblock (void *buffer, int minx, int maxx, int miny, int maxy);

Sub fg_putblock (buffer() As Any, ByVal minx As Long, ByVal maxx As Long, ByVal miny As Long, ByVal maxy As Long)

procedure fg_putblock (var buffer; minx, maxx, miny, maxy : integer);

Description

The fg_putblock() legacy function displays a block (previously obtained with the fg_getblock() function) at the specified position in the active virtual buffer. The block extremes are defined in screen space.

Parameters

buffer is the name of the array containing the block.

minx is the x coordinate of the block's left edge.

maxx is the x coordinate of the block's right edge. It must be greater than or equal to the value of minx.

miny is the y coordinate of the block's top edge.

maxy is the y coordinate of the block's bottom edge. It must be greater than or equal to the value of miny.

Return value

none

Restrictions

none

Replaced by

fg_putdcb(), fg_putimage()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.