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

dy
The amount to expand the extent in the Y dimension.
Resizes the extent height.

Syntax

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

Parameters

dy
The amount to expand the extent in the Y dimension.

Remarks

MinY = original MinY - dy

MaxY = original MaxY + dy

Height = original Height + 2*dy

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