Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipseD Structure / NEllipseD Constructor / NEllipseD Constructor(NPointD,Double,Double,Double)


In This Topic
    NEllipseD Constructor(NPointD,Double,Double,Double)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal center As NPointD, _
       ByVal a As System.Double, _
       ByVal b As System.Double, _
       ByVal angle As System.Double _
    )
    'Usage
     
    
    Dim center As NPointD
    Dim a As System.Double
    Dim b As System.Double
    Dim angle As System.Double
     
    Dim instance As New NEllipseD(center, a, b, angle)
    public NEllipseD( 
       NPointD center,
       System.double a,
       System.double b,
       System.double angle
    )

    Parameters

    center
    a
    b
    angle
    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