ESRI.ArcGIS.Mobile
RotatedExtent Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > Map Class : RotatedExtent Property

Gets the bounding extent of a rotated map.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property RotatedExtent As Envelope
C# 
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public Envelope RotatedExtent {get;}

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

Target 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

© 2013 All Rights Reserved.