Nevron .NET Vision
Nevron.SmartShapes Namespace / NMoveToRow Class
Members


In This Topic
    NMoveToRow Class
    In This Topic
    The NMoveToRow class represents a path command row, which moves the plotter to the location identified by its (X, Y) cells.
    Object Model
    NMoveToRow Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("MoveTo")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NMoveToRow)>
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NMoveToRow 
       Inherits NPathCommandRow
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NMoveToRow
    [System.Xml.Serialization.XmlType("MoveTo")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NMoveToRow)]
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NMoveToRow : NPathCommandRow, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaRow
          Nevron.SmartShapes.NPathCommandRow
             Nevron.SmartShapes.NMoveToRow

    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