Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

SyncSBitMap

Syncronize Super BitMap with whatever is in the standard Layer bounds.

Declaration

Source position: agraphics.pas line 2397

procedure SyncSBitMap(

  layer: pLayer

);

Description

Copy all bits from ClipRects in Layer into Super BitMap BitMap. 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.

After calling this function, the programmer can manipulate the bits in the superbitmap associated with the layer. Afterwards, the programmer should call CopySBitMap to copy the bits back into the onscreen layer.

See also

CopySBitmap

  

Syncronize Layer window with contents of Super BitMap


Documentation generated on: 2021-07-30