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


In This Topic
    NMoveToCommand Class
    In This Topic
    The NMoveToCommand class represents a command, which moves the drawing cursor to the command location. It is the first command of each path figure.
    Object Model
    NMoveToCommand Class
    Syntax
    'Declaration
     
    
    Public Class NMoveToCommand 
       Inherits NPathCommand
    'Usage
     
    
    Dim instance As NMoveToCommand
    public class NMoveToCommand : NPathCommand 
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NPathCommand
          Nevron.GraphicsCore.NMoveToCommand

    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