Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreatePolypathTool Class / AddNewPoint Method


In This Topic
    AddNewPoint Method
    In This Topic
    Adds a new point
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddNewPoint() 
    'Usage
     
    
    Dim instance As NCreatePolypathTool
     
    instance.AddNewPoint()
    protected virtual void AddNewPoint()
    Remarks
    This method will add a new point to the preview and store it the Points array.
    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