/
ScreenPosition.Row_Property

ScreenPosition.Row_Property


Gets or sets the row.

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

Syntax

C#
public int Row { get; set; }
Visual Basic (Declaration)
Public Property Row As Integer
Visual C++
public:
property int Row {
	int get ();
	void set (int value);
}
JavaScript
function get_Row();
function set_Row(value);

Field Value

The screen row.

See Also


ScreenPosition Structure
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


Related content

ScreenPosition.Row Property
ScreenPosition.Row Property
More like this
ScreenPosition.Column_Property
ScreenPosition.Column_Property
More like this
ScreenPosition.Column Property
ScreenPosition.Column Property
More like this
ScreenPosition Constructor
ScreenPosition Constructor
More like this
ScreenPosition_Constructor
ScreenPosition_Constructor
More like this
ScreenPosition.Column_Field
ScreenPosition.Column_Field
More like this