Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels