Syncronize Layer window with contents of Super BitMap
Source position: agraphics.pas line 2294
procedure CopySBitMap( |
layer: pLayer |
); |
This is the inverse of SyncSBitMap(). Copy all bits from SuperBitMap to Layer bounds. This is used for those functions that do not want to deal with the ClipRect structures but do want to be able to work with a SuperBitMap Layer.
|
Lock Layer structure by ROM(gfx lib) code. |
|
|
Syncronize Super BitMap with whatever is in the standard Layer bounds. |