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


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

    Parameters

    centerX
    centerY
    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