Version

_geographicPeg Field

The geographic coordinates of the top-left of the effective viewport, for internal reference.
Syntax
'Declaration
 
Protected _geographicPeg As Point
protected Point _geographicPeg
Remarks
This point should be updated whenever the window rect is set explicitly. When the plot area changes, this peg should be used to adjust the translation of the actual window rect, ensuring that the geographic top-left of the map remains fixed. This prevents apparent wiggling or sliding of the map window as the browser size changes.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also