Thursday, December 29, 2022

🆕 _WINDOWWIDTH and _WINDOWHEIGHT

_WINDOWWIDTH

Description:

The _WINDOWWIDTH function returns the pixel width of the current browser window.

Syntax

_WINDOWWIDTH

 

_WINDOWHEIGHT

Description:

The _WINDOWHEIGHT function returns the pixel width of the current browser window.

Syntax

_WINDOWHEIGHT

No comments:

Post a Comment

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...