Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleF Structure / IntersectWithRadianRay Method
in radians
side index, for side index numbers check IntersectsWithRadianLine


In This Topic
    IntersectWithRadianRay Method (NRectangleF)
    In This Topic
    Intersects this rectangle with the ray from the bounds central point
    Syntax
    'Declaration
     
    
    Public Function IntersectWithRadianRay( _
       ByVal angle As System.Single, _
       ByRef sideIndex As System.Integer _
    ) As NPointF
    'Usage
     
    
    Dim instance As NRectangleF
    Dim angle As System.Single
    Dim sideIndex As System.Integer
    Dim value As NPointF
     
    value = instance.IntersectWithRadianRay(angle, sideIndex)
    public NPointF IntersectWithRadianRay( 
       System.float angle,
       out System.int sideIndex
    )

    Parameters

    angle
    in radians
    sideIndex
    side index, for side index numbers check IntersectsWithRadianLine
    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