Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangle Structure / AreaIntersectsWith Method


In This Topic
    AreaIntersectsWith Method (NRectangle)
    In This Topic
    Determines whether the area of this rectangle intersects with the area of the specified circle
    Syntax
    'Declaration
     
    
    Public Function AreaIntersectsWith( _
       ByVal circle As NCircleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRectangle
    Dim circle As NCircleF
    Dim value As System.Boolean
     
    value = instance.AreaIntersectsWith(circle)
    public System.bool AreaIntersectsWith( 
       NCircleF circle
    )

    Parameters

    circle
    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