Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCircleSegmentF Structure / FromThreePoints Method


In This Topic
    FromThreePoints Method (NCircleSegmentF)
    In This Topic
    Gets the circle segment, which passes throw the tree points
    Syntax
    'Declaration
     
    
    Public Shared Function FromThreePoints( _
       ByVal start As NPointF, _
       ByVal control As NPointF, _
       ByVal end As NPointF _
    ) As NCircleSegmentF
    'Usage
     
    
    Dim start As NPointF
    Dim control As NPointF
    Dim end As NPointF
    Dim value As NCircleSegmentF
     
    value = NCircleSegmentF.FromThreePoints(start, control, end)
    public static NCircleSegmentF FromThreePoints( 
       NPointF start,
       NPointF control,
       NPointF end
    )

    Parameters

    start
    control
    end
    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