ESRI.ArcGIS.ADF.Web
Expand Method
See Also 
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.

See Also

© 2010 All Rights Reserved.