Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipticalArcD Structure / ToNEllipseSegmentD Method


In This Topic
    ToNEllipseSegmentD Method
    In This Topic
    Converts this arc to NEllipseSegmentF
    Syntax
    'Declaration
     
    
    Public Function ToNEllipseSegmentD() As NEllipseSegmentD
    'Usage
     
    
    Dim instance As NEllipticalArcD
    Dim value As NEllipseSegmentD
     
    value = instance.ToNEllipseSegmentD()
    public NEllipseSegmentD ToNEllipseSegmentD()
    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