Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Initializes a new instance of the ScreenPosition structure.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

...

JavaScript
JollyGiant.Emulation.ScreenPosition = function(row, column);


Parameters

row
Type: System..::.Int32Screen Int32
Screen row position (1 - number of rows).

column
Type: System..::.Int32Screen Int32
Screen column (1 - number of columns).

See Also


ScreenPosition Structure
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...