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


In This Topic
    NCircularArcToCommand Class
    In This Topic
    The NCircularArcToCommand class represents a command, which draws a circular arc from the previus command location to this command location
    Object Model
    NCircularArcToCommand Class
    Syntax
    'Declaration
     
    
    Public Class NCircularArcToCommand 
       Inherits NPathCommand
    'Usage
     
    
    Dim instance As NCircularArcToCommand
    public class NCircularArcToCommand : NPathCommand 
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NPathCommand
          Nevron.GraphicsCore.NCircularArcToCommand

    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