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 »

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)

Syntax

C#
public ScreenPosition(
	int row,
	int column
)
Visual Basic (Declaration)
Public Sub New ( _
	row As Integer, _
	column As Integer _
)
Visual C++
public:
ScreenPosition(
	int row, 
	int column
)
JavaScript
JollyGiant.Emulation.ScreenPosition = function(row, column);


Parameters

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

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

See Also


ScreenPosition Structure
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


  • No labels