Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipticalArcToCommand Class
Members


In This Topic
    NEllipticalArcToCommand Class
    In This Topic
    The NEllipticalArcToCommand class represents a command, which draws an elliptical arc from the previus command location to this command location
    Object Model
    NEllipticalArcToCommand Class
    Syntax
    'Declaration
     
    
    Public Class NEllipticalArcToCommand 
       Inherits NPathCommand
    'Usage
     
    
    Dim instance As NEllipticalArcToCommand
    public class NEllipticalArcToCommand : NPathCommand 
    Remarks
    The elliptical arc command has one control point, angle which the ellipse major axis forms with the X axis and ratio between the major and minor ellipse axes
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NPathCommand
          Nevron.GraphicsCore.NEllipticalArcToCommand

    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