Returns the bounds of the map surround.
[Visual Basic 6.0] Sub QueryBounds(
ByVal Display As IDisplay, _
ByVal oldBounds As IEnvelope, _
ByVal newBounds As IEnvelope _
)
[Visual Basic .NET] Public Sub QueryBounds ( _ ByVal Display As IDisplay, _ ByVal oldBounds As IEnvelope, _ ByVal newBounds As IEnvelope _ )
[C#] public void QueryBounds ( IDisplay Display, IEnvelope oldBounds, IEnvelope newBounds );
[Java] public void queryBounds ( IDisplay Display, IEnvelope oldBounds, IEnvelope newBounds ) throws IOException, AutomationException
[C++] HRESULT QueryBounds( IDisplay* Display, IEnvelope* oldBounds, IEnvelope* newBounds );
Parameters
Display [in]
Display is a parameter of type IDisplay
oldBounds [in]
oldBounds is a parameter of type IEnvelope
newBounds
newBounds is a parameter of type IEnvelope