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

« Previous Version 2 Current »


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#
ScreenPosition PositionToCursor(
	Object sessionID,
	int position
)
Visual Basic (Declaration)
Function PositionToCursor ( _
	sessionID As Object, _
	position As Integer _
) As ScreenPosition
Visual C++
ScreenPosition PositionToCursor(
	Object^ sessionID, 
	int position
)
JavaScript
function PositionToCursor(sessionID, position);


Parameters

sessionID Type: System..::.ObjectThe sessionID.

position Type: System..::.Int32The position.

Return Value

The presentation space position as a row/column position.

Exceptions


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

See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.


  • No labels