fg_clpimage()Win32 DirectX Fastgraph/Light Prototype void fg_clpimage (void *bitmap, int width, int height); Sub fg_clpimage (bitmap() As Any, ByVal width As Long, ByVal height As Long) procedure fg_clpimage (var bitmap; width, height : integer); Description The fg_clpimage() function displays a 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_clipdcb(), fg_clipmap(), fg_drwimage(), fg_flpimage(), fg_getimage(), fg_invert(), fg_putimage(), fg_revimage(), fg_setclip() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.