/
ScreenPosition Constructor
ScreenPosition Constructor
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
JavaScript |
---|
JollyGiant.Emulation.ScreenPosition = function(row, column); |
Parameters
row
Type: System.Int32
Screen row position (1 - number of rows).
column
Type: System.Int32
Screen 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.
, multiple selections available,
Related content
ScreenPosition_Constructor
ScreenPosition_Constructor
More like this
ScreenPosition.Column_Field
ScreenPosition.Column_Field
More like this
ScreenPosition_Structure
ScreenPosition_Structure
More like this
ScreenPosition Structure
ScreenPosition Structure
More like this
ScreenPosition.Row Property
ScreenPosition.Row Property
More like this
RowColumnToPosition Method
RowColumnToPosition Method
More like this