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


In This Topic
    GetGlueToLocationAnchorForPlug Method
    In This Topic
    Gets the plug anchor in GlueToLocation mode
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetGlueToLocationAnchorForPlug( _
       ByVal plug As NPlug _
    ) As NPointF
    'Usage
     
    
    Dim instance As NDynamicPort
    Dim plug As NPlug
    Dim value As NPointF
     
    value = instance.GetGlueToLocationAnchorForPlug(plug)
    protected virtual NPointF GetGlueToLocationAnchorForPlug( 
       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