...
JavaScript |
---|
function SetCoordinates(sessionID, windowCoordinates); |
Parameters
sessionID
Type: System..::.ObjectSession Object
Session ID; this can be a single character, a one character string, or an integer type with a value in the valid character range.
windowCoordinates
Type: JollyGiant.Emulation..::.WindowCoordinatesObject WindowCoordinates
Object containing the requested window coordinates.
...
Exception | Condition |
---|---|
System.Runtime.InteropServices..::.InvalidOleVariantTypeException | The sessionID object could not be converted to a valid one-character session ID, or the value was out of range. |
See Also
IWindow Interface
SetCoordinates Overload
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
...