Versions Compared

Key

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

Gets the starting position of the field field (of any type) at the specified screen position.

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

Syntax

C#
StatusCode GetPosition(
	ref ScreenPosition position
)


Visual Basic (Declaration)
Function GetPosition ( _
	ByRef position As ScreenPosition _
) As StatusCode


Visual C++
StatusCode GetPosition(
	ScreenPosition% position
)


JavaScript
function GetPosition(position);


Parameters

position
Type: JollyGiant.Emulation..::.ScreenPosition %Position
Position inside the field for which to retrieve the starting ScreenPosition.

Return Value

The StatusCode indicating the result of the operation.

...


The starting position of a IField is defined as the position of it's attribute byte.

See Also


IField Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...