Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map 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 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also