Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenPoint Class / Row Property
Example


In This Topic
Row Property (ScreenPoint)
In This Topic
Gets the row of this screen coordinate.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ScreenPoint
Dim value As Integer
 
value = instance.Row
Example
private ScreenPoint screenPoint;
//Get the screen coordinate row.
int row = screenPoint.Row;
See Also