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


In This Topic
    AreaIntersectsWith Method (NRectangleF)
    In This Topic
    Determines whether this rectangle intersects with the specified circle
    Syntax
    'Declaration
     
    
    Public Function AreaIntersectsWith( _
       ByVal circle As NCircleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRectangleF
    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