Previous Up Next

_CRsurface
Creates a new rendering surface for the 3D in window mode having size '_width_' in X and '_height_' in Y.
It is possible to create several surfaces in window mode. On the other hand, they cannot be created if a fullscreen surface already exists.

ObjSurface _CRsurface (
Chn _channel_
I _width_
I _height_
)
Parameters

_channel_
Proprietary channel
_width_
Horizontal size
_height_
Vertical size
Return value

Surface in window mode
See Also

For the fullscreen mode : _CRfullscreenSurface