Nevron .NET Vision
Nevron.Diagram Namespace / NDynamicPort Class / GetAnchorForPlug Method
plug for which to obtain anchor


In This Topic
    GetAnchorForPlug Method (NDynamicPort)
    In This Topic
    Obtains the anchor point for the specified plug
    Syntax
    'Declaration
     
    
    Public Overrides Function GetAnchorForPlug( _
       ByVal plug As NPlug _
    ) As NPointF
    'Usage
     
    
    Dim instance As NDynamicPort
    Dim plug As NPlug
    Dim value As NPointF
     
    value = instance.GetAnchorForPlug(plug)
    public override NPointF GetAnchorForPlug( 
       NPlug plug
    )

    Parameters

    plug
    plug for which to obtain anchor

    Return Value

    anchor point
    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