Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NPointHandle Class / NPointHandle Constructor
information about the point for which the handle is created


In This Topic
    NPointHandle Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As NPointInfo _
    )
    'Usage
     
    
    Dim info As NPointInfo
     
    Dim instance As New NPointHandle(info)
    public NPointHandle( 
       NPointInfo info
    )

    Parameters

    info
    information about the point for which the handle is created
    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