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


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

    Parameters

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