Versions Compared

Key

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

...

Gets the size of the screen.

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

Syntax

C#
int ScreenSize { get; }


Visual Basic (Declaration)
ReadOnly Property ScreenSize As Integer


Visual C++
property int ScreenSize {
	int get ();
}


JavaScript
function get_ScreenSize();

Field Value

The size of the screen.

See Also


ISessionInfo Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.

...