Method XbpCrt():currentSize() Foundation

Returns the current size of the XbpCrt window.

Syntax
:currentSize() --> aSize
Return

This method returns an array containing two elements: { nXsize, nYsize }. This array contains the dimensions of the window in x and y direction.

Description

The method :currentSize() returns the current size of the XbpCrt window. The size of the window can be changed using the method :setSize().

Feedback

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.