Unlock CyberGraphX BitMap that was previously
Source position: cybergraphics.pas line 231
procedure UnLockBitMapTagList(  | 
Handle: Pointer;  | 
Tags: PTagItem  | 
);  | 
Handle  | 
  | 
handle to the previously locked BitMap  | 
Unlock CyberGraphX BitMap that was previously locked
Available Tags
(PRectList) - Pointer to a rectlist which contains rectangles that should be updated. This is needed for cards that don't have a linear display memory address space
The RectList structure looks like this:
TRectList = record rl_num: LongWord; // no. of rects in this list rl_next: PRectList; // pointer to next list rect1: TRectangle; // This is the first end;
Very early v40 revisions did not support this call
  | 
Lock supplied BitMap for a short amount of time to allow direct memory access  | 
|
  | 
Unlock CyberGraphX BitMap that was previously locked  | 
|
  | 
VarArgs Version of UnLockBitMapTagList  |