Versions Compared

Key

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

Gets a window coordinate object.

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

Syntax

C#
public WindowCoordinates Coordinates { get; }


Visual Basic (Declaration)
Public ReadOnly Property Coordinates As WindowCoordinates


Visual C++
public:
virtual property WindowCoordinates Coordinates {
	WindowCoordinates get () sealed;
}


JavaScript
function get_Coordinates();

...

Window coordinates object.

Implements

IWindow..::.Coordinates

See Also


Window Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...