Nevron .NET Vision
Nevron.Diagram Namespace / NDynamicPort Class / GetGlueToContourAnchorForPlug Method


In This Topic
    GetGlueToContourAnchorForPlug Method
    In This Topic
    Gets the plug anchor in GlueToContour mode
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetGlueToContourAnchorForPlug( _
       ByVal plug As NPlug _
    ) As NPointF
    'Usage
     
    
    Dim instance As NDynamicPort
    Dim plug As NPlug
    Dim value As NPointF
     
    value = instance.GetGlueToContourAnchorForPlug(plug)
    protected virtual NPointF GetGlueToContourAnchorForPlug( 
       NPlug plug
    )

    Parameters

    plug
    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