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

tDBufPacket

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

Declaration

Source position: agraphics.pas line 850

type tDBufPacket = record

  BufY: SmallInt;

  

Save other buffers screen coordinates

  BufX: SmallInt;

  

Save other buffers screen coordinates

  BufPath: PVSprite;

  

Carry the draw path over the gap

  BufBuffer: PSmallInt;

  

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

end;


Documentation generated on: 2021-07-30