Method XbpBitmap():make() Foundation
Requests memory for a new bitmap.
:make( [<nXsize>] , [<nYsize>], ;
[<nPlanes>], [<nBits>] ) --> self
This method returns .T. (true) when the memory could be provided for the bitmap, otherwise .F. (false) is returned.
The :make() method requests memory space for a bitmap created in memory. For example, this is used for screen buffering in the graphics mode. Before this method can be called, a presentation space must be created and linked to the XbpBitmap object using the :presSpace()method. Unless this is done, no graphic output of the bitmap can occur.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.