Determines if the specified extent is out of the specified view.


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

Syntax

Visual Basic (Declaration)
Public Shared Function OutOfView( _ 
   ByVal View As Envelope,  _ 
   ByVal Consider As Envelope _ 
) As Boolean
C#
public static bool OutOfView(
   Envelope View,
   Envelope Consider
)
C++
public:
 static bool OutOfView(
   Envelope View,
   Envelope Consider
)
J#
public static bool OutOfView(
   Envelope View,
   Envelope Consider
)
JScript
public static  function OutOfView(
   View : Envelope,
   Consider : Envelope
) : bool

Parameters

View
Extents representing a current view.
Consider
Extents to determine if they are fully out of view.

See Also