
Home / Autodocs / graphics.library
NAME
- CopySBitMap
-
Syncronize Layer with contents of SuperBitMap
SYNOPSIS
CopySBitMap( layer )
a0
void CopySBitMap(
struct Layer *);
FUNCTION
This is the inverse of SyncSBitMap. Copy all bits from SuperBitMap to Layer bounds, making all changes in the SuperBitMap visible.
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.
INPUTS
- layer
-
pointer to a SuperBitMap Layer The Layer must already be locked by the caller.
SEE ALSO