Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapBounds Structure / Contains Method


In This Topic
    Contains Method (NMapBounds)
    In This Topic
    Determines whether the map bounds contains the specified map bounds.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal mapBounds As NMapBounds _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NMapBounds
    Dim mapBounds As NMapBounds
    Dim value As System.Boolean
     
    value = instance.Contains(mapBounds)
    public System.bool Contains( 
       NMapBounds mapBounds
    )

    Parameters

    mapBounds
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also