ESRI.ArcGIS.Mobile
ResizeX Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class : ResizeX Method

dx
The amount to expand the extent in the X dimension.
Resizes the extent width.

Syntax

Visual Basic (Declaration) 
Public Sub ResizeX( _
   ByVal dx As Double _
) 
C# 
public void ResizeX( 
   double dx
)

Parameters

dx
The amount to expand the extent in the X dimension.

Remarks

MinX = original MinX - dx

MaxX = original MaxX + dx

Width = original Width + 2*dx

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