Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipseSegmentD Structure / FromThreePointsAngleAndRatio Method
angle (in radians)
ration between the major and minor ellipse axes, must be >= 1


In This Topic
    FromThreePointsAngleAndRatio Method (NEllipseSegmentD)
    In This Topic
    Gets the ellipse segment, which passes throw the tree points and satisfies the angle and ratio parameters
    Syntax
    'Declaration
     
    
    Public Shared Function FromThreePointsAngleAndRatio( _
       ByVal start As NPointD, _
       ByVal control As NPointD, _
       ByVal end As NPointD, _
       ByVal angle As System.Double, _
       ByVal ratio As System.Double _
    ) As NEllipseSegmentD
    'Usage
     
    
    Dim start As NPointD
    Dim control As NPointD
    Dim end As NPointD
    Dim angle As System.Double
    Dim ratio As System.Double
    Dim value As NEllipseSegmentD
     
    value = NEllipseSegmentD.FromThreePointsAngleAndRatio(start, control, end, angle, ratio)
    public static NEllipseSegmentD FromThreePointsAngleAndRatio( 
       NPointD start,
       NPointD control,
       NPointD end,
       System.double angle,
       System.double ratio
    )

    Parameters

    start
    control
    end
    angle
    angle (in radians)
    ratio
    ration between the major and minor ellipse axes, must be >= 1
    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