Previous: 4.37.2.102. SetFillStyle procedure To the Table of Contents Next: 4.37.2.104. SetGraphMode procedure
4.37.2.102. SetFillStyle procedure Table of Contents 4.37.2.104. SetGraphMode procedure

- 4.37.2.103. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.103. SetGraphBufSize procedure


4.37.2.103. 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: 4.37.2.102. SetFillStyle procedure To the Table of Contents Next: 4.37.2.104. SetGraphMode procedure
4.37.2.102. SetFillStyle procedure Table of Contents 4.37.2.104. SetGraphMode procedure

- 4.37.2.103. -