Previous: SetFillStyle procedure To the Table of Content Next: SetGraphMode procedure

- 4.37.2.103 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

SetGraphBufSize procedure

Targets: MS-DOS, Win32


Graph Unit

Changes the default graphics buffer size used for ellipse drawing.

Declaration:
procedure SetGraphBufSize(BufSize: DWORD);
Remarks: The internal buffer size is set to BufSize, and a buffer is allocated on call is made to SetGraphMode or SetSVGAMode. CloseGraph frees the allocated buffer. Use GetGraphBufSize to get the size in bytes of the internal graphic buffer.


Previous: SetFillStyle procedure To the Table of Content Next: SetGraphMode procedure
SetFillStyle procedure Table of Content SetGraphMode procedure

- 4.37.2.103 -