Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipseD Structure / Perimeter Property


In This Topic
    Perimeter Property (NEllipseD)
    In This Topic
    Gets the ellipse perimeter
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Perimeter As System.Double
    'Usage
     
    
    Dim instance As NEllipseD
    Dim value As System.Double
     
    value = instance.Perimeter
    public System.double Perimeter {get;}
    Remarks
    Uses an approximation
    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