Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / AddEllipse Method


In This Topic
    AddEllipse Method (NPath)
    In This Topic
    Adds an ellipse to the path
    Syntax
    'Declaration
     
    
    Public Sub AddEllipse( _
       ByVal ellipse As NEllipseF _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim ellipse As NEllipseF
     
    instance.AddEllipse(ellipse)
    public void AddEllipse( 
       NEllipseF ellipse
    )

    Parameters

    ellipse
    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