Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSnapShapeOutwardPortResult Class / NSnapShapeOutwardPortResult Constructor


In This Topic
    NSnapShapeOutwardPortResult Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outwardPortIndex As System.Integer, _
       ByVal outwardPortSnapRes As NSnapPointResult _
    )
    'Usage
     
    
    Dim outwardPortIndex As System.Integer
    Dim outwardPortSnapRes As NSnapPointResult
     
    Dim instance As New NSnapShapeOutwardPortResult(outwardPortIndex, outwardPortSnapRes)
    public NSnapShapeOutwardPortResult( 
       System.int outwardPortIndex,
       NSnapPointResult outwardPortSnapRes
    )

    Parameters

    outwardPortIndex
    outwardPortSnapRes
    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