Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NShapeImporter Class / Contains Method / Contains(NRectangleF,NRectangleF) Method


In This Topic
    Contains(NRectangleF,NRectangleF) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function Contains( _
       ByVal projectionBounds As NRectangleF, _
       ByVal shapeBounds As NRectangleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShapeImporter
    Dim projectionBounds As NRectangleF
    Dim shapeBounds As NRectangleF
    Dim value As System.Boolean
     
    value = instance.Contains(projectionBounds, shapeBounds)
    protected System.bool Contains( 
       NRectangleF projectionBounds,
       NRectangleF shapeBounds
    )

    Parameters

    projectionBounds
    shapeBounds
    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