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

tDBufPacket

Defines the values needed to be saved across buffer to buffer when in double-buffer mode

Declaration

Source position: agraphics.pas line 726

type tDBufPacket = record

  BufY: Word;

  

Save other buffers screen coordinates

  BufX: Word;

  

Save other buffers screen coordinates

  BufPath: pVSprite;

  

Carry the draw path over the gap

  BufBuffer: Pointer;

  

These pointers must be filled in by the user pointer to other buffer's background save buffer

end;


Documentation generated on: 2021-07-30