Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Converts a 1-based presentation space position to a row/column position, based on the size of the specified session's presentation space.

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

Syntax

C#
public ScreenPosition PositionToCursor(
	Object sessionID,
	int position
)

...

Visual Basic (Declaration)
Public Function PositionToCursor ( _
	sessionID As Object, _
	position As Integer _
) As ScreenPosition


Visual C++
public:
virtual ScreenPosition PositionToCursor(
	Object^ sessionID, 
	int position
) sealed

...

JavaScript
function PositionToCursor(sessionID, position);


Parameters

sessionID
Type: System..::.ObjectThe Object
The sessionID.

position
Type: System..::.Int32The Int32
The position.

Return Value

The presentation space position as a row/column position.

Implements

IQWS3270..::.PositionToCursor(Object, Int32)

Exceptions


ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThe specified presentation space position position is less than 1, or the position is outside of the presentation space.

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...