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#
public int ScreenSize { get; internal set; }


Visual Basic (Declaration)
Public Property ScreenSize As Integer


Visual C++
public:
virtual property int ScreenSize {
	int get () sealed;
	void set (int value) sealed;
}


JavaScript
function get_ScreenSize();
function set_ScreenSize(value);

Field Value

The size of the screen.

Implements

ISessionInfo..::.ScreenSize

See Also


SessionInfo Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...