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


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

    System.Object
       Nevron.GraphicsCore.NPathCommand
          Nevron.GraphicsCore.NLineToCommand

    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