Function: ntos

Syntax

ntos(<nums> ... )

Type

numeric

Returns

The conversion of normalized screen coordinates into screen pixel coordinates. Screen coordinates run from left to right, and top to bottom.

The even numbered parameters are converted into X screen coordinates, the odd numbered parameters are converted into Y screen coordinates.

Parameters

Examples

The following returns two values: (0.5 x screen width,0.75 x screen height).

numeric xy[2] = ntos(0.5,0.75)

See Also

Identifiers:

scoords (numeric)