Nevron .NET Vision
Nevron.SmartShapes Namespace / NGeometrySection Class / AddMoveTo Method / AddMoveTo(String,String) Method


In This Topic
    AddMoveTo(String,String) Method
    In This Topic
    Adds a MoveTo command expressed with formulas
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddMoveTo( _
       ByVal x As System.String, _
       ByVal y As System.String _
    ) 
    'Usage
     
    
    Dim instance As NGeometrySection
    Dim x As System.String
    Dim y As System.String
     
    instance.AddMoveTo(x, y)
    public void AddMoveTo( 
       System.string x,
       System.string y
    )

    Parameters

    x
    y
    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