ESRI.ArcGIS.ADF.Web
Expand Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Point Class : Expand Method




expandPercentage
Percentage to expand the Envelope.
currentExtent
Current extent from which to calculate expansion.
Expands the Point by a given percentage of the current extent.

Syntax

Visual Basic (Declaration) 
Public Function Expand( _
   ByVal expandPercentage As Double, _
   ByVal currentExtent As Envelope _
) As Envelope
Visual Basic (Usage)Copy Code
Dim instance As Point
Dim expandPercentage As Double
Dim currentExtent As Envelope
Dim value As Envelope
 
value = instance.Expand(expandPercentage, currentExtent)
C# 
public Envelope Expand( 
   double expandPercentage,
   Envelope currentExtent
)

Parameters

expandPercentage
Percentage to expand the Envelope.
currentExtent
Current extent from which to calculate expansion.

Return Value

Envelope created from expanding the Point.

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

© 2011 All Rights Reserved.