ESRI.ArcGIS.Mobile
GetRotatedExtent Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : GetRotatedExtent Method

Gets the bounding extent of a rotated map.

Syntax

Visual Basic (Declaration) 
Public Function GetRotatedExtent() As Envelope
C# 
public Envelope GetRotatedExtent()

Remarks

Changing rotation angle of a map does not change its scale. As a result when the rotation angle is other than 0 or 180 degrees, portion of the current extent will not be visible on the map. RotatedExtent returns an envelope that bounds the rotated map extent which includes areas outside the map view.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also