Expands the Point by a given percentage of the current extent.
Syntax
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) |
Parameters
- expandPercentage
- Percentage to expand the Envelope.
- currentExtent
- Current extent from which to calculate expansion.
Return Value
Envelope created from expanding the Point.
Remarks
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