[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

CopySBitMap

Syncronize Layer window with contents of Super BitMap

Declaration

Source position: agraphics.pas line 2129

procedure CopySBitMap(

  l: PLayer

);

Arguments

l

  

A pointer to a SuperBitMap Layer The Layer must already be locked by the caller.

Description

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.

See also

LockLayerRom

  

Lock Layer structure by ROM(gfx lib) code.

SyncSBitMap

  

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


Documentation generated on: 2017-01-10