Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMoveToCommand Class
Properties Methods


In This Topic
    NMoveToCommand Class Members
    In This Topic

    The following tables list the members exposed by NMoveToCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the location of the command primary point (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyCustom object associated with the path command (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyOverridden. Overriden to return MoveTo  
    Public PropertyGets/sets the X coordinate of the command location (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyGets/sets the Y coordinate of the command location (Inherited from Nevron.GraphicsCore.NPathCommand)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the bounds of this command in the specified range (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public MethodOverridden. Overriden to start a new figure  
    Public MethodOverridden. Overriden to create a cloned move to command  
    Public MethodObtains the geometry primitive which represents this path command (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public MethodScales this command around the specified pin with the specified scale factors (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public MethodTranslates this command with the specified amounts (Inherited from Nevron.GraphicsCore.NPathCommand)
    Top
    See Also