Calculates the visible extents from the given envelope.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private Sub CalculateVisibleExtents( _ 
   ByRef e As Envelope _ 
)
C#
private void CalculateVisibleExtents(
   ref Envelope e
)
C++
private:
 void CalculateVisibleExtents(
   Envelope% e
) sealed 
J#
private void CalculateVisibleExtents(
   Envelope e
)
JScript
private  function CalculateVisibleExtents(
   e : Envelope
)

See Also