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


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

    Parameters

    rect
    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