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


In This Topic
    InscribedCircle Property (NEllipseD)
    In This Topic
    Gets the circle, which can be insribed in the ellipse
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InscribedCircle As NCircleD
    'Usage
     
    
    Dim instance As NEllipseD
    Dim value As NCircleD
     
    value = instance.InscribedCircle
    public NCircleD InscribedCircle {get;}
    Remarks
    The inscribed circle is a circle with center the center of the ellipse and with radius b
    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