Nevron.Diagram.Layout Namespace / NShapeBodyAdapter Class / GetPortFromPlugAnchor Method


GetPortFromPlugAnchor Method
Syntax
'Declaration
 
Protected Overridable Function GetPortFromPlugAnchor( _
   ByVal shape As NShape, _
   ByVal anchor As PlugAnchor _
) As NPort
 
'Usage
 
Dim instance As NShapeBodyAdapter
Dim shape As NShape
Dim anchor As PlugAnchor
Dim value As NPort
 
value = instance.GetPortFromPlugAnchor(shape, anchor)

Parameters

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