Method XbpCrt():currentSize() Foundation
Returns the current size of the XbpCrt window.
:currentSize() --> aSize
This method returns an array containing two elements: { nXsize, nYsize }. This array contains the dimensions of the window in x and y direction.
The method :currentSize() returns the current size of the XbpCrt window. The size of the window can be changed using the method :setSize().
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.